Color Hex Logo

#ff630b Color Hex

#FF630B
(255,99,11)
0 Favorites   0 Comments

Color spaces of #ff630b

RGB 2559911
HSL0.061.000.52
HSV22°96°100°
CMYK 0.000.610.96   0.00
XYZ45.762230.20783.7354
Yxy30.20780.57410.3790
Hunter Lab54.961652.440034.4436
CIE-Lab61.833156.398369.2086

#ff630b color RGB value is (255,99,11).

#ff630b hex color red value is 255, green value is 99 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ff630b hue: 0.06 , saturation: 1.00 and the lightness value of ff630b is 0.52.

The process color (four color CMYK) of #ff630b color hex is 0.00, 0.61, 0.96, 0.00. Web safe color of #ff630b is #ff6600. Color #ff630b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100011 00001011
Octal 377 143 13
Decimal 255 99 11
Hex FF 63 B

RGB Percentages of Color #ff630b

%69.86
%27.12
%3.01

CMYK Percentages of Color #ff630b

%0
%61
%96
%0

Triadic Colors of #ff630b

#ff630b #0bff63 #630bff

Analogous Colors of #ff630b

#ff630b #ffdd0b #ff0b2d

Monochromatic Colors of #ff630b

#ff630b

Complementary Color

#ff630b #0ba7ff

#ff630b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff630b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff630b Color CSS Codes

.mybgcolor {background-color:#ff630b; } 
.myforecolor {color:#ff630b; }
.mybordercolor {border:3px solid #ff630b; }

#ff630b Text Font Color

<p style="color:#ff630b">Text here</p>

This sample text font color is #ff630b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff630b Background Color

<div style="background-color:#ff630b">
Div content here</div>

This div background color is #ff630b


#ff630b Border Color

<div style="border:3px solid #ff630b">
Div here</div>

This div border color is #ff630b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,99,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff630b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff630b;
  -webkit-box-shadow: 1px 1px 3px 2px #ff630b;
  box-shadow:         1px 1px 3px 2px #ff630b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,99,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff630b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff630b;
  -webkit-box-shadow: 1px 1px 3px 2px #ff630b;
  box-shadow:         1px 1px 3px 2px #ff630b;">
Div content here</div>

This div box has shadow with color #ff630b

Related Colors


Comments

No comments written yet.

Please login to write comment.