#F2A338

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

Shades of Yellow Sea #F2A338

Tints of Yellow Sea #F2A338

Color information

#F2A338 (or 0xF2A338) is unknown color: approx Yellow Sea. HEX triplet: F2, A3 and 38. RGB value is (242,163,56). Sum of RGB (Red+Green+Blue) = 242+163+56=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A338 is #0D5CC7. Grayscale: #AEAEAE. Windows color (decimal): -875720 or 3711986. OLE color: 3711986.

HSL color Cylindrical-coordinate representation of color #F2A338: hue angle of 34.52º 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 #F2A338 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24216356-
CMYK00.330.770.05
HSL34.52º87.74%58.43%-
HSV(B)34.52º76.86%94.9%-
XYZ50.4345.369.84-
YUV174.4261.17176.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 56 (22.27% from 255) = 12.15%
R=52.49%
G=35.36%
B=12.15%

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
Decimal2421635600.330.770.0534.5287.7458.43
HexF2A3380214D523583a
Octal3622437004111554313072
Binary1111001010100011111000010000110011011011000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A338; }

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

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

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

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

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

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

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

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