Html Css Color HEX #FB9212 Dark Orange

📋 copy color: '#FB9212'

red 251 ◦ green 146 ◦ blue 18

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

Shades of Dark Orange #FB9212

Tints of Dark Orange #FB9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 60.48%
G = 35.18%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB9212 (or 0xFB9212) is known color: Dark Orange. HEX triplet: FB, 92 and 12. RGB value is (251,146,18). Sum of RGB (Red+Green+Blue) = 251+146+18=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9212 is #046DED. Grayscale: #A3A3A3. Windows color (decimal): -290286 or 1217275. OLE color: 1217275.

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

Color convert

RGB 251 146 18 -
CMYK 0 0.42 0.93 0.02
HSL 32.96º 0.97% 0.53% -
HSV(B) 32.96º 0.93% 0.98% -
XYZ 50.17 41.11 5.86 -
YUV 162.8 46.29 190.91 -
System Red Green Blue C M Y K H S L
Decimal 251 146 18 0 0.42 0.93 0.02 32.96 0.97 0.53
Hex FB 92 12 0 2A 5D 2 21 61 35
Octal 373 222 22 0 52 135 2 41 141 65
Binary 11111011 10010010 10010 0 101010 1011101 10 100001 1100001 110101

Color Harmonies of #FB9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9212

Black with #FB9212

Text Example


Text Example

White with #FB9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9212; }

 p { color: rgb(251,146,18); }

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

background-color css

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

 a { background-color: rgb(251,146,18); }

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

border-color css

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

 span { border-color: rgb(251,146,18); }

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