Html Css Color HEX #FB8D04 Dark Orange

📋 copy color: '#FB8D04'

red 251 ◦ green 141 ◦ blue 4

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

Shades of Dark Orange #FB8D04

Tints of Dark Orange #FB8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 63.38%
G = 35.61%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB8D04 (or 0xFB8D04) is known color: Dark Orange. HEX triplet: FB, 8D and 04. RGB value is (251,141,4). Sum of RGB (Red+Green+Blue) = 251+141+4=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8D04 is #0472FB. Grayscale: #9E9E9E. Windows color (decimal): -291580 or 298491. OLE color: 298491.

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

Color convert

RGB 251 141 4 -
CMYK 0 0.44 0.98 0.02
HSL 33.28º 0.97% 0.5% -
HSV(B) 33.28º 0.98% 0.98% -
XYZ 49.33 39.57 5.15 -
YUV 158.27 40.94 194.14 -
System Red Green Blue C M Y K H S L
Decimal 251 141 4 0 0.44 0.98 0.02 33.28 0.97 0.5
Hex FB 8D 4 0 2C 62 2 21 61 32
Octal 373 215 4 0 54 142 2 41 141 62
Binary 11111011 10001101 100 0 101100 1100010 10 100001 1100001 110010

Color Harmonies of #FB8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D04

Black with #FB8D04

Text Example


Text Example

White with #FB8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D04; }

 p { color: rgb(251,141,4); }

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

background-color css

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

 a { background-color: rgb(251,141,4); }

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

border-color css

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

 span { border-color: rgb(251,141,4); }

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