#F7F5C0

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

Shades of Cumulus #F7F5C0

Tints of Cumulus #F7F5C0

Color information

#F7F5C0 (or 0xF7F5C0) is unknown color: approx Cumulus. HEX triplet: F7, F5 and C0. RGB value is (247,245,192). Sum of RGB (Red+Green+Blue) = 247+245+192=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 192 (75.39% from 255 or 28.07% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5C0 is #080A3F. Grayscale: #EFEFEF. Windows color (decimal): -526912 or 12645879. OLE color: 12645879.

HSL color Cylindrical-coordinate representation of color #F7F5C0: hue angle of 57.82º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7F5C0 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247245192-
CMYK00.010.220.03
HSL57.82º77.46%86.08%-
HSV(B)57.82º22.27%96.86%-
XYZ80.5288.8862.78-
YUV239.56101.16133.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 192 (75.39% from 255) = 28.07%
R=36.11%
G=35.82%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724519200.010.220.0357.8277.4686.08
HexF7F5C0011633a4d56
Octal3673653000126372115126
Binary11110111111101011100000001101101111101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5C0; }

 p { color: rgb(247,245,192); }

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

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

 a { background-color: rgb(247,245,192); }

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

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

 span { border-color: rgb(247,245,192); }

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