#F5AE10

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

Shades of Dark Tangerine #F5AE10

Tints of Dark Tangerine #F5AE10

Color information

#F5AE10 (or 0xF5AE10) is unknown color: approx Dark Tangerine. HEX triplet: F5, AE and 10. RGB value is (245,174,16). Sum of RGB (Red+Green+Blue) = 245+174+16=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AE10 is #0A51EF. Grayscale: #B1B1B1. Windows color (decimal): -676336 or 1093365. OLE color: 1093365.

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

Color convert

RGB24517416-
CMYK00.290.930.04
HSL41.4º91.97%51.18%-
HSV(B)41.4º93.47%96.08%-
XYZ52.8949.727.3-
YUV177.2237.02176.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 3.68%
R=56.32%
G=40%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451741600.290.930.0441.491.9751.18
HexF5AE1001D5D4295c33
Octal3652562003513545113463
Binary11110101101011101000001110110111011001010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE10; }

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

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

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

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

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

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

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

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