Html Css Color HEX #FE8705 Dark Orange

📋 copy color: '#FE8705'

red 254 ◦ green 135 ◦ blue 5

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

Shades of Dark Orange #FE8705

Tints of Dark Orange #FE8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 64.47%
G = 34.26%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE8705 (or 0xFE8705) is known color: Dark Orange. HEX triplet: FE, 87 and 05. RGB value is (254,135,5). Sum of RGB (Red+Green+Blue) = 254+135+5=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8705 is #0178FA. Grayscale: #9C9C9C. Windows color (decimal): -96507 or 362494. OLE color: 362494.

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

Color convert

RGB 254 135 5 -
CMYK 0 0.47 0.98 0.00
HSL 31.33º 0.99% 0.51% -
HSV(B) 31.33º 0.98% 1% -
XYZ 49.56 38.41 4.95 -
YUV 155.76 42.92 198.07 -
System Red Green Blue C M Y K H S L
Decimal 254 135 5 0 0.47 0.98 0.00 31.33 0.99 0.51
Hex FE 87 5 0 2F 62 0 1F 63 33
Octal 376 207 5 0 57 142 0 37 143 63
Binary 11111110 10000111 101 0 101111 1100010 0 11111 1100011 110011

Color Harmonies of #FE8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8705

Black with #FE8705

Text Example


Text Example

White with #FE8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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