#F5F4C4

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

Shades of Cumulus #F5F4C4

Tints of Cumulus #F5F4C4

Color information

#F5F4C4 (or 0xF5F4C4) is unknown color: approx Cumulus. HEX triplet: F5, F4 and C4. RGB value is (245,244,196). Sum of RGB (Red+Green+Blue) = 245+244+196=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F4C4 is #0A0B3B. Grayscale: #EFEFEF. Windows color (decimal): -658236 or 12907765. OLE color: 12907765.

HSL color Cylindrical-coordinate representation of color #F5F4C4: hue angle of 58.78º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5F4C4 is Cyan = 0, Magento = 0.00, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB245244196-
CMYK00.000.20.04
HSL58.78º71.01%86.47%-
HSV(B)58.78º20%96.08%-
XYZ79.9788.165.01-
YUV238.83103.83132.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 196 (76.95% from 255) = 28.61%
R=35.77%
G=35.62%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524419600.000.20.0458.7871.0186.47
HexF5F4C4001443b4756
Octal3653643040024473107126
Binary111101011111010011000100001010010011101110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4C4; }

 p { color: rgb(245,244,196); }

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

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

 a { background-color: rgb(245,244,196); }

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

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

 span { border-color: rgb(245,244,196); }

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