Html Css Color HEX #FB8814 Dark Orange

📋 copy color: '#FB8814'

red 251 ◦ green 136 ◦ blue 20

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

Shades of Dark Orange #FB8814

Tints of Dark Orange #FB8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 61.67%
G = 33.42%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB8814 (or 0xFB8814) is known color: Dark Orange. HEX triplet: FB, 88 and 14. RGB value is (251,136,20). Sum of RGB (Red+Green+Blue) = 251+136+20=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8814 is #0477EB. Grayscale: #9D9D9D. Windows color (decimal): -292844 or 1345787. OLE color: 1345787.

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

Color convert

RGB 251 136 20 -
CMYK 0 0.46 0.92 0.02
HSL 30.13º 0.97% 0.53% -
HSV(B) 30.13º 0.92% 0.98% -
XYZ 48.71 38.17 5.46 -
YUV 157.16 50.6 194.93 -
System Red Green Blue C M Y K H S L
Decimal 251 136 20 0 0.46 0.92 0.02 30.13 0.97 0.53
Hex FB 88 14 0 2E 5C 2 1E 61 35
Octal 373 210 24 0 56 134 2 36 141 65
Binary 11111011 10001000 10100 0 101110 1011100 10 11110 1100001 110101

Color Harmonies of #FB8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8814

Black with #FB8814

Text Example


Text Example

White with #FB8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8814; }

 p { color: rgb(251,136,20); }

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

background-color css

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

 a { background-color: rgb(251,136,20); }

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

border-color css

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

 span { border-color: rgb(251,136,20); }

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