Html Css Color HEX #FB8C04 Dark Orange

📋 copy color: '#FB8C04'

red 251 ◦ green 140 ◦ blue 4

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

Shades of Dark Orange #FB8C04

Tints of Dark Orange #FB8C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

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

R = 63.54%
G = 35.44%
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

#FB8C04 (or 0xFB8C04) is known color: Dark Orange. HEX triplet: FB, 8C and 04. RGB value is (251,140,4). Sum of RGB (Red+Green+Blue) = 251+140+4=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C04 is #0473FB. Grayscale: #9E9E9E. Windows color (decimal): -291836 or 298235. OLE color: 298235.

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

Color convert

RGB 251 140 4 -
CMYK 0 0.44 0.98 0.02
HSL 33.04º 0.97% 0.5% -
HSV(B) 33.04º 0.98% 0.98% -
XYZ 49.18 39.27 5.1 -
YUV 157.69 41.27 194.56 -
System Red Green Blue C M Y K H S L
Decimal 251 140 4 0 0.44 0.98 0.02 33.04 0.97 0.5
Hex FB 8C 4 0 2C 62 2 21 61 32
Octal 373 214 4 0 54 142 2 41 141 62
Binary 11111011 10001100 100 0 101100 1100010 10 100001 1100001 110010

Color Harmonies of #FB8C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C04

Black with #FB8C04

Text Example


Text Example

White with #FB8C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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