#F5AA0E

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

Shades of Dark Tangerine #F5AA0E

Tints of Dark Tangerine #F5AA0E

Color information

#F5AA0E (or 0xF5AA0E) is unknown color: approx Dark Tangerine. HEX triplet: F5, AA and 0E. RGB value is (245,170,14). Sum of RGB (Red+Green+Blue) = 245+170+14=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AA0E is #0A55F1. Grayscale: #AFAFAF. Windows color (decimal): -677362 or 961269. OLE color: 961269.

HSL color Cylindrical-coordinate representation of color #F5AA0E: hue angle of 40.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5AA0E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24517014-
CMYK00.310.940.04
HSL40.52º92.03%50.78%-
HSV(B)40.52º94.29%96.08%-
XYZ52.1148.196.97-
YUV174.6437.35178.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.11%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 14 (5.86% from 255) = 3.26%
R=57.11%
G=39.63%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451701400.310.940.0440.5292.0350.78
HexF5AAE01F5E4295c33
Octal3652521603713645113463
Binary1111010110101010111001111110111101001010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA0E; }

 p { color: rgb(245,170,14); }

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

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

 a { background-color: rgb(245,170,14); }

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

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

 span { border-color: rgb(245,170,14); }

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