Html Css Color HEX #FE8A05 Dark Orange

📋 copy color: '#FE8A05'

red 254 ◦ green 138 ◦ blue 5

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

Shades of Dark Orange #FE8A05

Tints of Dark Orange #FE8A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 63.98%
G = 34.76%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE8A05 (or 0xFE8A05) is known color: Dark Orange. HEX triplet: FE, 8A and 05. RGB value is (254,138,5). Sum of RGB (Red+Green+Blue) = 254+138+5=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8A05 is #0175FA. Grayscale: #9E9E9E. Windows color (decimal): -95739 or 363262. OLE color: 363262.

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

Color convert

RGB 254 138 5 -
CMYK 0 0.46 0.98 0.00
HSL 32.05º 0.99% 0.51% -
HSV(B) 32.05º 0.98% 1% -
XYZ 49.99 39.26 5.09 -
YUV 157.52 41.93 196.81 -
System Red Green Blue C M Y K H S L
Decimal 254 138 5 0 0.46 0.98 0.00 32.05 0.99 0.51
Hex FE 8A 5 0 2E 62 0 20 63 33
Octal 376 212 5 0 56 142 0 40 143 63
Binary 11111110 10001010 101 0 101110 1100010 0 100000 1100011 110011

Color Harmonies of #FE8A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A05

Black with #FE8A05

Text Example


Text Example

White with #FE8A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A05; }

 p { color: rgb(254,138,5); }

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

background-color css

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

 a { background-color: rgb(254,138,5); }

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

border-color css

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

 span { border-color: rgb(254,138,5); }

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