Html Css Color HEX #FB8912 Dark Orange

📋 copy color: '#FB8912'

red 251 ◦ green 137 ◦ blue 18

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

Shades of Dark Orange #FB8912

Tints of Dark Orange #FB8912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

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

R = 61.82%
G = 33.74%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB8912 (or 0xFB8912) is known color: Dark Orange. HEX triplet: FB, 89 and 12. RGB value is (251,137,18). Sum of RGB (Red+Green+Blue) = 251+137+18=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8912 is #0476ED. Grayscale: #9E9E9E. Windows color (decimal): -292590 or 1214971. OLE color: 1214971.

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

Color convert

RGB 251 137 18 -
CMYK 0 0.45 0.93 0.02
HSL 30.64º 0.97% 0.53% -
HSV(B) 30.64º 0.93% 0.98% -
XYZ 48.84 38.44 5.42 -
YUV 157.52 49.27 194.68 -
System Red Green Blue C M Y K H S L
Decimal 251 137 18 0 0.45 0.93 0.02 30.64 0.97 0.53
Hex FB 89 12 0 2D 5D 2 1F 61 35
Octal 373 211 22 0 55 135 2 37 141 65
Binary 11111011 10001001 10010 0 101101 1011101 10 11111 1100001 110101

Color Harmonies of #FB8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8912

Black with #FB8912

Text Example


Text Example

White with #FB8912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8912; }

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

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

background-color css

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

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

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

border-color css

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

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

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