#F5F0BA

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

Shades of Cumulus #F5F0BA

Tints of Cumulus #F5F0BA

Color information

#F5F0BA (or 0xF5F0BA) is unknown color: approx Cumulus. HEX triplet: F5, F0 and BA. RGB value is (245,240,186). Sum of RGB (Red+Green+Blue) = 245+240+186=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0BA is #0A0F45. Grayscale: #EBEBEB. Windows color (decimal): -659270 or 12251381. OLE color: 12251381.

HSL color Cylindrical-coordinate representation of color #F5F0BA: hue angle of 54.92º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5F0BA is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245240186-
CMYK00.020.240.04
HSL54.92º74.68%84.51%-
HSV(B)54.92º24.08%96.08%-
XYZ77.6885.2858.82-
YUV235.34100.16134.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 27.72%
R=36.51%
G=35.77%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524018600.020.240.0454.9274.6884.51
HexF5F0BA02184374b55
Octal3653602720230467113125
Binary1111010111110000101110100101100010011011110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F0BA; }

 p { color: rgb(245,240,186); }

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

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

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

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

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

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

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