Html Css Color HEX #FF8E0F Dark Orange

📋 copy color: '#FF8E0F'

red 255 ◦ green 142 ◦ blue 15

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

Shades of Dark Orange #FF8E0F

Tints of Dark Orange #FF8E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 61.89%
G = 34.47%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF8E0F (or 0xFF8E0F) is known color: Dark Orange. HEX triplet: FF, 8E and 0F. RGB value is (255,142,15). Sum of RGB (Red+Green+Blue) = 255+142+15=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8E0F is #0071F0. Grayscale: #A1A1A1. Windows color (decimal): -29169 or 1019647. OLE color: 1019647.

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

Color convert

RGB 255 142 15 -
CMYK 0 0.44 0.94 0
HSL 31.75º 1% 0.53% -
HSV(B) 31.75º 0.94% 1% -
XYZ 51 40.64 5.61 -
YUV 161.31 45.44 194.83 -
System Red Green Blue C M Y K H S L
Decimal 255 142 15 0 0.44 0.94 0 31.75 1 0.53
Hex FF 8E F 0 2C 5E 0 20 64 35
Octal 377 216 17 0 54 136 0 40 144 65
Binary 11111111 10001110 1111 0 101100 1011110 0 100000 1100100 110101

Color Harmonies of #FF8E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E0F

Black with #FF8E0F

Text Example


Text Example

White with #FF8E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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