#FCF0AF

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

Shades of Banana Mania #FCF0AF

Tints of Banana Mania #FCF0AF

Color information

#FCF0AF (or 0xFCF0AF) is unknown color: approx Banana Mania. HEX triplet: FC, F0 and AF. RGB value is (252,240,175). Sum of RGB (Red+Green+Blue) = 252+240+175=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0AF is #030F50. Grayscale: #ECECEC. Windows color (decimal): -200529 or 11530492. OLE color: 11530492.

HSL color Cylindrical-coordinate representation of color #FCF0AF: hue angle of 50.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCF0AF is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252240175-
CMYK00.050.310.01
HSL50.65º92.77%83.73%-
HSV(B)50.65º30.56%98.82%-
XYZ79.0486.1153.01-
YUV236.1893.48139.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=37.78%
G=35.98%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224017500.050.310.0150.6592.7783.73
HexFCF0AF051F1335d54
Octal3743602570537163135124
Binary111111001111000010101111010111111111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0AF; }

 p { color: rgb(252,240,175); }

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

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

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

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

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

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

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