Html Css Color HEX #FB9407 Dark Orange

📋 copy color: '#FB9407'

red 251 ◦ green 148 ◦ blue 7

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

Shades of Dark Orange #FB9407

Tints of Dark Orange #FB9407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 61.82%
G = 36.45%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB9407 (or 0xFB9407) is known color: Dark Orange. HEX triplet: FB, 94 and 07. RGB value is (251,148,7). Sum of RGB (Red+Green+Blue) = 251+148+7=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9407 is #046BF8. Grayscale: #A3A3A3. Windows color (decimal): -289785 or 496891. OLE color: 496891.

HSL color Cylindrical-coordinate representation of color #FB9407: hue angle of 34.67º 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 #FB9407 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 7 -
CMYK 0 0.41 0.97 0.02
HSL 34.67º 0.97% 0.51% -
HSV(B) 34.67º 0.97% 0.98% -
XYZ 50.41 41.7 5.59 -
YUV 162.72 40.12 190.96 -
System Red Green Blue C M Y K H S L
Decimal 251 148 7 0 0.41 0.97 0.02 34.67 0.97 0.51
Hex FB 94 7 0 29 61 2 23 61 33
Octal 373 224 7 0 51 141 2 43 141 63
Binary 11111011 10010100 111 0 101001 1100001 10 100011 1100001 110011

Color Harmonies of #FB9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9407

Black with #FB9407

Text Example


Text Example

White with #FB9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9407; }

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

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

background-color css

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

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

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

border-color css

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

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

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