#F5AE09

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

Shades of Dark Tangerine #F5AE09

Tints of Dark Tangerine #F5AE09

Color information

#F5AE09 (or 0xF5AE09) is unknown color: approx Dark Tangerine. HEX triplet: F5, AE and 09. RGB value is (245,174,9). Sum of RGB (Red+Green+Blue) = 245+174+9=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AE09 is #0A51F6. Grayscale: #B1B1B1. Windows color (decimal): -676343 or 634613. OLE color: 634613.

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

Color convert

RGB2451749-
CMYK00.290.960.04
HSL41.95º92.91%49.8%-
HSV(B)41.95º96.33%96.08%-
XYZ52.8449.77.07-
YUV176.4233.52176.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.24%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 9 (3.91% from 255) = 2.10%
R=57.24%
G=40.65%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245174900.290.960.0441.9592.9149.8
HexF5AE901D6042a5d32
Octal3652561103514045213562
Binary1111010110101110100101110111000001001010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE09; }

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

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

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

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

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

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

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

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