#F2A238

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

Shades of Yellow Sea #F2A238

Tints of Yellow Sea #F2A238

Color information

#F2A238 (or 0xF2A238) is unknown color: approx Yellow Sea. HEX triplet: F2, A2 and 38. RGB value is (242,162,56). Sum of RGB (Red+Green+Blue) = 242+162+56=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A238 is #0D5DC7. Grayscale: #AEAEAE. Windows color (decimal): -875976 or 3711730. OLE color: 3711730.

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

Color convert

RGB24216256-
CMYK00.330.770.05
HSL34.19º87.74%58.43%-
HSV(B)34.19º76.86%94.9%-
XYZ50.25459.78-
YUV173.8461.5176.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 56 (22.27% from 255) = 12.17%
R=52.61%
G=35.22%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421625600.330.770.0534.1987.7458.43
HexF2A2380214D522583a
Octal3622427004111554213072
Binary1111001010100010111000010000110011011011000101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A238; }

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

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

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

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

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

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

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

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