Html Css Color HEX #FB9112 Dark Orange

📋 copy color: '#FB9112'

red 251 ◦ green 145 ◦ blue 18

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

Shades of Dark Orange #FB9112

Tints of Dark Orange #FB9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

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

R = 60.63%
G = 35.02%
B = 4.35%

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

#FB9112 (or 0xFB9112) is known color: Dark Orange. HEX triplet: FB, 91 and 12. RGB value is (251,145,18). Sum of RGB (Red+Green+Blue) = 251+145+18=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9112 is #046EED. Grayscale: #A2A2A2. Windows color (decimal): -290542 or 1217019. OLE color: 1217019.

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

Color convert

RGB 251 145 18 -
CMYK 0 0.42 0.93 0.02
HSL 32.7º 0.97% 0.53% -
HSV(B) 32.7º 0.93% 0.98% -
XYZ 50.02 40.8 5.81 -
YUV 162.22 46.62 191.33 -
System Red Green Blue C M Y K H S L
Decimal 251 145 18 0 0.42 0.93 0.02 32.7 0.97 0.53
Hex FB 91 12 0 2A 5D 2 21 61 35
Octal 373 221 22 0 52 135 2 41 141 65
Binary 11111011 10010001 10010 0 101010 1011101 10 100001 1100001 110101

Color Harmonies of #FB9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9112

Black with #FB9112

Text Example


Text Example

White with #FB9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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