#F5A040

Color #F5A040 Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #F5A040

Tints of Yellow Sea #F5A040

Color information

#F5A040 (or 0xF5A040) is unknown color: approx Yellow Sea. HEX triplet: F5, A0 and 40. RGB value is (245,160,64). Sum of RGB (Red+Green+Blue) = 245+160+64=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A040 is #0A5FBF. Grayscale: #AEAEAE. Windows color (decimal): -679872 or 4235509. OLE color: 4235509.

HSL color Cylindrical-coordinate representation of color #F5A040: hue angle of 31.82º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5A040 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24516064-
CMYK00.350.740.04
HSL31.82º90.05%60.59%-
HSV(B)31.82º73.88%96.08%-
XYZ51.1544.9210.83-
YUV174.4765.66178.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 64 (25.39% from 255) = 13.65%
R=52.24%
G=34.12%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451606400.350.740.0431.8290.0560.59
HexF5A0400234A4205a3d
Octal36524010004311244013275
Binary11110101101000001000000010001110010101001000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A040; }

 p { color: rgb(245,160,64); }

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

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

 a { background-color: rgb(245,160,64); }

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

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

 span { border-color: rgb(245,160,64); }

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