Html Css Color HEX #FF8E0A Dark Orange

📋 copy color: '#FF8E0A'

red 255 ◦ green 142 ◦ blue 10

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

Shades of Dark Orange #FF8E0A

Tints of Dark Orange #FF8E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 62.65%
G = 34.89%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF8E0A (or 0xFF8E0A) is known color: Dark Orange. HEX triplet: FF, 8E and 0A. RGB value is (255,142,10). Sum of RGB (Red+Green+Blue) = 255+142+10=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8E0A is #0071F5. Grayscale: #A1A1A1. Windows color (decimal): -29174 or 691967. OLE color: 691967.

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

Color convert

RGB 255 142 10 -
CMYK 0 0.44 0.96 0
HSL 32.33º 1% 0.52% -
HSV(B) 32.33º 0.96% 1% -
XYZ 50.97 40.63 5.44 -
YUV 160.74 42.94 195.23 -
System Red Green Blue C M Y K H S L
Decimal 255 142 10 0 0.44 0.96 0 32.33 1 0.52
Hex FF 8E A 0 2C 60 0 20 64 34
Octal 377 216 12 0 54 140 0 40 144 64
Binary 11111111 10001110 1010 0 101100 1100000 0 100000 1100100 110100

Color Harmonies of #FF8E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E0A

Black with #FF8E0A

Text Example


Text Example

White with #FF8E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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