#FF8A00

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

Shades of Dark Orange #FF8A00

Tints of Dark Orange #FF8A00

Color information

#FF8A00 (or 0xFF8A00) is unknown color: approx Dark Orange. HEX triplet: FF, 8A and 00. RGB value is (255,138,0). Sum of RGB (Red+Green+Blue) = 255+138+0=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A00 is #0075FF. Grayscale: #9D9D9D. Windows color (decimal): -30208 or 35583. OLE color: 35583.

HSL color Cylindrical-coordinate representation of color #FF8A00: hue angle of 32.47º 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 #FF8A00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551380-
CMYK00.4610
HSL32.47º100%50%-
HSV(B)32.47º100%100%-
XYZ50.3339.444.96-
YUV157.2539.26197.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.89%
G=35.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255138000.461032.4710050
HexFF8A002E640206432
Octal377212005614404014462
Binary111111111000101000101110110010001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A00; }

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

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

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

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

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

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

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

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