Html Css Color HEX #FB9211 Dark Orange

📋 copy color: '#FB9211'

red 251 ◦ green 146 ◦ blue 17

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

Shades of Dark Orange #FB9211

Tints of Dark Orange #FB9211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 60.63%
G = 35.27%
B = 4.11%

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

#FB9211 (or 0xFB9211) is known color: Dark Orange. HEX triplet: FB, 92 and 11. RGB value is (251,146,17). Sum of RGB (Red+Green+Blue) = 251+146+17=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9211 is #046DEE. Grayscale: #A3A3A3. Windows color (decimal): -290287 or 1151739. OLE color: 1151739.

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

Color convert

RGB 251 146 17 -
CMYK 0 0.42 0.93 0.02
HSL 33.08º 0.97% 0.53% -
HSV(B) 33.08º 0.93% 0.98% -
XYZ 50.16 41.11 5.82 -
YUV 162.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 251 146 17 0 0.42 0.93 0.02 33.08 0.97 0.53
Hex FB 92 11 0 2A 5D 2 21 61 35
Octal 373 222 21 0 52 135 2 41 141 65
Binary 11111011 10010010 10001 0 101010 1011101 10 100001 1100001 110101

Color Harmonies of #FB9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9211

Black with #FB9211

Text Example


Text Example

White with #FB9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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