#F2A441

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

Shades of Yellow Sea #F2A441

Tints of Yellow Sea #F2A441

Color information

#F2A441 (or 0xF2A441) is unknown color: approx Yellow Sea. HEX triplet: F2, A4 and 41. RGB value is (242,164,65). Sum of RGB (Red+Green+Blue) = 242+164+65=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A441 is #0D5BBE. Grayscale: #B0B0B0. Windows color (decimal): -875455 or 4302066. OLE color: 4302066.

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

Color convert

RGB24216465-
CMYK00.320.730.05
HSL33.56º87.19%60.2%-
HSV(B)33.56º73.14%94.9%-
XYZ50.8545.8111.16-
YUV176.0465.34175.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 65 (25.78% from 255) = 13.80%
R=51.38%
G=34.82%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421646500.320.730.0533.5687.1960.2
HexF2A44102049522573c
Octal36224410104011154212774
Binary11110010101001001000001010000010010011011000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A441; }

 p { color: rgb(242,164,65); }

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

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

 a { background-color: rgb(242,164,65); }

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

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

 span { border-color: rgb(242,164,65); }

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