#FF8A14

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

Shades of Dark Orange #FF8A14

Tints of Dark Orange #FF8A14

Color information

#FF8A14 (or 0xFF8A14) is unknown color: approx Dark Orange. HEX triplet: FF, 8A and 14. RGB value is (255,138,20). Sum of RGB (Red+Green+Blue) = 255+138+20=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A14 is #0075EB. Grayscale: #A0A0A0. Windows color (decimal): -30188 or 1346303. OLE color: 1346303.

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

Color convert

RGB25513820-
CMYK00.460.920
HSL30.13º100%53.92%-
HSV(B)30.13º92.16%100%-
XYZ50.4539.495.62-
YUV159.5349.26196.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=61.74%
G=33.41%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551382000.460.92030.1310053.92
HexFF8A1402E5C01e6436
Octal3772122405613403614466
Binary111111111000101010100010111010111000111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A14; }

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

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

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

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

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

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

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

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