#F1F0C5

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

Shades of Spring Sun #F1F0C5

Tints of Spring Sun #F1F0C5

Color information

#F1F0C5 (or 0xF1F0C5) is unknown color: approx Spring Sun. HEX triplet: F1, F0 and C5. RGB value is (241,240,197). Sum of RGB (Red+Green+Blue) = 241+240+197=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0C5 is #0E0F3A. Grayscale: #EBEBEB. Windows color (decimal): -921403 or 12972273. OLE color: 12972273.

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

Color convert

RGB241240197-
CMYK00.000.180.05
HSL58.64º61.11%85.88%-
HSV(B)58.64º18.26%94.51%-
XYZ77.5185.0565.15-
YUV235.4106.33132-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 197 (77.34% from 255) = 29.06%
R=35.55%
G=35.40%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124019700.000.180.0558.6461.1185.88
HexF1F0C5001253b3d56
Octal361360305002257375126
Binary11110001111100001100010100100101011110111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0C5; }

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

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

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

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

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

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

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

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