Html Css Color HEX #FE8B04 Dark Orange

📋 copy color: '#FE8B04'

red 254 ◦ green 139 ◦ blue 4

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

Shades of Dark Orange #FE8B04

Tints of Dark Orange #FE8B04

RGB

 RED value IS 254 (99.61% from 255) = 63.98%

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 63.98%
G = 35.01%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE8B04 (or 0xFE8B04) is known color: Dark Orange. HEX triplet: FE, 8B and 04. RGB value is (254,139,4). Sum of RGB (Red+Green+Blue) = 254+139+4=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8B04 is #0174FB. Grayscale: #9E9E9E. Windows color (decimal): -95484 or 297982. OLE color: 297982.

HSL color Cylindrical-coordinate representation of color #FE8B04: hue angle of 32.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE8B04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 4 -
CMYK 0 0.45 0.98 0.00
HSL 32.4º 0.99% 0.51% -
HSV(B) 32.4º 0.98% 1% -
XYZ 50.13 39.54 5.11 -
YUV 158 41.1 196.48 -
System Red Green Blue C M Y K H S L
Decimal 254 139 4 0 0.45 0.98 0.00 32.4 0.99 0.51
Hex FE 8B 4 0 2D 62 0 20 63 33
Octal 376 213 4 0 55 142 0 40 143 63
Binary 11111110 10001011 100 0 101101 1100010 0 100000 1100011 110011

Color Harmonies of #FE8B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B04

Black with #FE8B04

Text Example


Text Example

White with #FE8B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B04; }

 p { color: rgb(254,139,4); }

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

background-color css

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

 a { background-color: rgb(254,139,4); }

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

border-color css

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

 span { border-color: rgb(254,139,4); }

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