#F2A234

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

Shades of Yellow Sea #F2A234

Tints of Yellow Sea #F2A234

Color information

#F2A234 (or 0xF2A234) is unknown color: approx Yellow Sea. HEX triplet: F2, A2 and 34. RGB value is (242,162,52). Sum of RGB (Red+Green+Blue) = 242+162+52=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A234 is #0D5DCB. Grayscale: #ADADAD. Windows color (decimal): -875980 or 3449586. OLE color: 3449586.

HSL color Cylindrical-coordinate representation of color #F2A234: hue angle of 34.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2A234 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24216252-
CMYK00.330.790.05
HSL34.74º87.96%57.65%-
HSV(B)34.74º78.51%94.9%-
XYZ50.1644.979.28-
YUV173.3859.5176.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 162 (63.67% from 255) = 35.53%
BLUE value IS 52 (20.70% from 255) = 11.40%
R=53.07%
G=35.53%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421625200.330.790.0534.7487.9657.65
HexF2A2340214F523583a
Octal3622426404111754313072
Binary1111001010100010110100010000110011111011000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A234; }

 p { color: rgb(242,162,52); }

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

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

 a { background-color: rgb(242,162,52); }

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

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

 span { border-color: rgb(242,162,52); }

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