#F2A341

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

Shades of Yellow Sea #F2A341

Tints of Yellow Sea #F2A341

Color information

#F2A341 (or 0xF2A341) is unknown color: approx Yellow Sea. HEX triplet: F2, A3 and 41. RGB value is (242,163,65). Sum of RGB (Red+Green+Blue) = 242+163+65=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A341 is #0D5CBE. Grayscale: #AFAFAF. Windows color (decimal): -875711 or 4301810. OLE color: 4301810.

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

Color convert

RGB24216365-
CMYK00.330.730.05
HSL33.22º87.19%60.2%-
HSV(B)33.22º73.14%94.9%-
XYZ50.6745.4511.1-
YUV175.4565.67175.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 65 (25.78% from 255) = 13.83%
R=51.49%
G=34.68%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421636500.330.730.0533.2287.1960.2
HexF2A34102149521573c
Octal36224310104111154112774
Binary11110010101000111000001010000110010011011000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A341; }

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

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

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

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

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

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

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

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