#F0F0CC

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

Shades of Spring Sun #F0F0CC

Tints of Spring Sun #F0F0CC

Color information

#F0F0CC (or 0xF0F0CC) is unknown color: approx Spring Sun. HEX triplet: F0, F0 and CC. RGB value is (240,240,204). Sum of RGB (Red+Green+Blue) = 240+240+204=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 204 (80.08% from 255 or 29.82% from 684); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0CC is #0F0F33. Grayscale: #ECECEC. Windows color (decimal): -986932 or 13431024. OLE color: 13431024.

HSL color Cylindrical-coordinate representation of color #F0F0CC: hue angle of 60º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F0CC is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240240204-
CMYK000.150.06
HSL60º54.55%87.06%-
HSV(B)60º15%94.12%-
XYZ77.9985.2169.46-
YUV235.9110130.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 204 (80.08% from 255) = 29.82%
R=35.09%
G=35.09%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240204000.150.066054.5587.06
HexF0F0CC00F63c3757
Octal360360314001767467127
Binary1111000011110000110011000011111101111001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0CC; }

 p { color: rgb(240,240,204); }

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

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

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

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

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

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

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