#F0AE10

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

Shades of Dark Tangerine #F0AE10

Tints of Dark Tangerine #F0AE10

Color information

#F0AE10 (or 0xF0AE10) is unknown color: approx Dark Tangerine. HEX triplet: F0, AE and 10. RGB value is (240,174,16). Sum of RGB (Red+Green+Blue) = 240+174+16=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AE10 is #0F51EF. Grayscale: #B0B0B0. Windows color (decimal): -1004016 or 1093360. OLE color: 1093360.

HSL color Cylindrical-coordinate representation of color #F0AE10: hue angle of 42.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0AE10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB24017416-
CMYK00.280.930.06
HSL42.32º88.19%50.2%-
HSV(B)42.32º93.33%94.12%-
XYZ51.1648.837.22-
YUV175.7237.87173.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.81%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 16 (6.64% from 255) = 3.72%
R=55.81%
G=40.47%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401741600.280.930.0642.3288.1950.2
HexF0AE1001C5D62a5832
Octal3602562003413565213062
Binary11110000101011101000001110010111011101010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AE10; }

 p { color: rgb(240,174,16); }

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

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

 a { background-color: rgb(240,174,16); }

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

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

 span { border-color: rgb(240,174,16); }

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