#F2A03F

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

Shades of Yellow Sea #F2A03F

Tints of Yellow Sea #F2A03F

Color information

#F2A03F (or 0xF2A03F) is unknown color: approx Yellow Sea. HEX triplet: F2, A0 and 3F. RGB value is (242,160,63). Sum of RGB (Red+Green+Blue) = 242+160+63=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A03F is #0D5FC0. Grayscale: #ADADAD. Windows color (decimal): -876481 or 4169970. OLE color: 4169970.

HSL color Cylindrical-coordinate representation of color #F2A03F: hue angle of 32.51º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2A03F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24216063-
CMYK00.340.740.05
HSL32.51º87.32%59.8%-
HSV(B)32.51º73.97%94.9%-
XYZ50.0944.3810.63-
YUV173.4665.67176.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 63 (25% from 255) = 13.55%
R=52.04%
G=34.41%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421606300.340.740.0532.5187.3259.8
HexF2A03F0224A521573c
Octal3622407704211254112774
Binary1111001010100000111111010001010010101011000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A03F; }

 p { color: rgb(242,160,63); }

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

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

 a { background-color: rgb(242,160,63); }

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

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

 span { border-color: rgb(242,160,63); }

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