#F2F0C5

Color #F2F0C5 Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #F2F0C5

Tints of Spring Sun #F2F0C5

Color information

#F2F0C5 (or 0xF2F0C5) is unknown color: approx Spring Sun. HEX triplet: F2, F0 and C5. RGB value is (242,240,197). Sum of RGB (Red+Green+Blue) = 242+240+197=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0C5 is #0D0F3A. Grayscale: #EBEBEB. Windows color (decimal): -855867 or 12972274. OLE color: 12972274.

HSL color Cylindrical-coordinate representation of color #F2F0C5: hue angle of 57.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2F0C5 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242240197-
CMYK00.010.190.05
HSL57.33º63.38%86.08%-
HSV(B)57.33º18.6%94.9%-
XYZ77.8685.2365.17-
YUV235.7106.16132.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 197 (77.34% from 255) = 29.01%
R=35.64%
G=35.35%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224019700.010.190.0557.3363.3886.08
HexF2F0C501135393f56
Octal362360305012357177126
Binary11110010111100001100010101100111011110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0C5; }

 p { color: rgb(242,240,197); }

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

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

 a { background-color: rgb(242,240,197); }

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

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

 span { border-color: rgb(242,240,197); }

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