#FF8A01

Color #FF8A01 Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FF8A01

Tints of Dark Orange #FF8A01

Color information

#FF8A01 (or 0xFF8A01) is unknown color: approx Dark Orange. HEX triplet: FF, 8A and 01. RGB value is (255,138,1). Sum of RGB (Red+Green+Blue) = 255+138+1=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A01 is #0075FE. Grayscale: #9E9E9E. Windows color (decimal): -30207 or 101119. OLE color: 101119.

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

Color convert

RGB2551381-
CMYK00.461.000
HSL32.36º100%50.2%-
HSV(B)32.36º99.61%100%-
XYZ50.3339.444.99-
YUV157.3639.76197.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=64.72%
G=35.03%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255138100.461.00032.3610050.2
HexFF8A102E640206432
Octal377212105614404014462
Binary111111111000101010101110110010001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A01; }

 p { color: rgb(255,138,1); }

 H1.HeaderClassName
 {
   color: #FF8A01;
 }
 .AnyTagClassName
 {
   color: #FF8A01;
 }
</style>
background-color css

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

 a { background-color: rgb(255,138,1); }

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

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

 span { border-color: rgb(255,138,1); }

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