Html Css Color HEX #FF8E13 Dark Orange

📋 copy color: '#FF8E13'

red 255 ◦ green 142 ◦ blue 19

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

Shades of Dark Orange #FF8E13

Tints of Dark Orange #FF8E13

RGB

 RED value IS 255 (100% from 255) = 61.3%

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 61.3%
G = 34.13%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8E13 (or 0xFF8E13) is known color: Dark Orange. HEX triplet: FF, 8E and 13. RGB value is (255,142,19). Sum of RGB (Red+Green+Blue) = 255+142+19=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8E13 is #0071EC. Grayscale: #A2A2A2. Windows color (decimal): -29165 or 1281791. OLE color: 1281791.

HSL color Cylindrical-coordinate representation of color #FF8E13: hue angle of 31.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8E13 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 142 19 -
CMYK 0 0.44 0.93 0
HSL 31.27º 1% 0.54% -
HSV(B) 31.27º 0.93% 1% -
XYZ 51.03 40.65 5.77 -
YUV 161.77 47.44 194.5 -
System Red Green Blue C M Y K H S L
Decimal 255 142 19 0 0.44 0.93 0 31.27 1 0.54
Hex FF 8E 13 0 2C 5D 0 1F 64 36
Octal 377 216 23 0 54 135 0 37 144 66
Binary 11111111 10001110 10011 0 101100 1011101 0 11111 1100100 110110

Color Harmonies of #FF8E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E13

Black with #FF8E13

Text Example


Text Example

White with #FF8E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E13; }

 p { color: rgb(255,142,19); }

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

background-color css

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

 a { background-color: rgb(255,142,19); }

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

border-color css

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

 span { border-color: rgb(255,142,19); }

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