Html Css Color HEX #FF8E07 Dark Orange

📋 copy color: '#FF8E07'

red 255 ◦ green 142 ◦ blue 7

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

Shades of Dark Orange #FF8E07

Tints of Dark Orange #FF8E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 63.12%
G = 35.15%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8E07 (or 0xFF8E07) is known color: Dark Orange. HEX triplet: FF, 8E and 07. RGB value is (255,142,7). Sum of RGB (Red+Green+Blue) = 255+142+7=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8E07 is #0071F8. Grayscale: #A1A1A1. Windows color (decimal): -29177 or 495359. OLE color: 495359.

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

Color convert

RGB 255 142 7 -
CMYK 0 0.44 0.97 0
HSL 32.66º 1% 0.51% -
HSV(B) 32.66º 0.97% 1% -
XYZ 50.95 40.62 5.36 -
YUV 160.4 41.44 195.48 -
System Red Green Blue C M Y K H S L
Decimal 255 142 7 0 0.44 0.97 0 32.66 1 0.51
Hex FF 8E 7 0 2C 61 0 21 64 33
Octal 377 216 7 0 54 141 0 41 144 63
Binary 11111111 10001110 111 0 101100 1100001 0 100001 1100100 110011

Color Harmonies of #FF8E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E07

Black with #FF8E07

Text Example


Text Example

White with #FF8E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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