#F0A02D

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

Shades of Yellow Sea #F0A02D

Tints of Yellow Sea #F0A02D

Color information

#F0A02D (or 0xF0A02D) is unknown color: approx Yellow Sea. HEX triplet: F0, A0 and 2D. RGB value is (240,160,45). Sum of RGB (Red+Green+Blue) = 240+160+45=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A02D is #0F5FD2. Grayscale: #ABABAB. Windows color (decimal): -1007571 or 2990320. OLE color: 2990320.

HSL color Cylindrical-coordinate representation of color #F0A02D: hue angle of 35.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0A02D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB24016045-
CMYK00.330.810.06
HSL35.38º86.67%55.88%-
HSV(B)35.38º81.25%94.12%-
XYZ48.9843.868.37-
YUV170.8157177.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.93%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 45 (17.97% from 255) = 10.11%
R=53.93%
G=35.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401604500.330.810.0635.3886.6755.88
HexF0A02D021516235738
Octal3602405504112164312770
Binary1111000010100000101101010000110100011101000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A02D; }

 p { color: rgb(240,160,45); }

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

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

 a { background-color: rgb(240,160,45); }

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

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

 span { border-color: rgb(240,160,45); }

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