Html Css Color HEX #FB9607 Dark Orange

📋 copy color: '#FB9607'

red 251 ◦ green 150 ◦ blue 7

#FB9607
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FB9607

Tints of Dark Orange #FB9607

RGB

 RED value IS 251 (98.44% from 255) = 61.52%

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 61.52%
G = 36.76%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB9607 (or 0xFB9607) is known color: Dark Orange. HEX triplet: FB, 96 and 07. RGB value is (251,150,7). Sum of RGB (Red+Green+Blue) = 251+150+7=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9607 is #0469F8. Grayscale: #A4A4A4. Windows color (decimal): -289273 or 497403. OLE color: 497403.

HSL color Cylindrical-coordinate representation of color #FB9607: hue angle of 35.16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB9607 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 7 -
CMYK 0 0.40 0.97 0.02
HSL 35.16º 0.97% 0.51% -
HSV(B) 35.16º 0.97% 0.98% -
XYZ 50.73 42.34 5.7 -
YUV 163.9 39.46 190.13 -
System Red Green Blue C M Y K H S L
Decimal 251 150 7 0 0.40 0.97 0.02 35.16 0.97 0.51
Hex FB 96 7 0 28 61 2 23 61 33
Octal 373 226 7 0 50 141 2 43 141 63
Binary 11111011 10010110 111 0 101000 1100001 10 100011 1100001 110011

Color Harmonies of #FB9607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9607

Black with #FB9607

Text Example


Text Example

White with #FB9607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9607; }

 p { color: rgb(251,150,7); }

 H1.HeaderClassName
 {
   color: #FB9607;
 }
 .AnyTagClassName
 {
   color: #FB9607;
 }
</style>

background-color css

<style>
 a { background-color: #FB9607; }

 a { background-color: rgb(251,150,7); }

 div.DivClassName
 {
   background-color: #FB9607;
 }
 .BgClassName
 {
   background-color: #FB9607;
 }
</style>

border-color css

<style>
 span { border-color: #FB9607; }

 span { border-color: rgb(251,150,7); }

 td.TdClassName
 {
   border-color: #FB9607;
 }
 .TagClassName
 {
   border-color: #FB9607;
 }
</style>