#FCF08F

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

Shades of Picasso #FCF08F

Tints of Picasso #FCF08F

Color information

#FCF08F (or 0xFCF08F) is unknown color: approx Picasso. HEX triplet: FC, F0 and 8F. RGB value is (252,240,143). Sum of RGB (Red+Green+Blue) = 252+240+143=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF08F is #030F70. Grayscale: #E8E8E8. Windows color (decimal): -200561 or 9433340. OLE color: 9433340.

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

Color convert

RGB252240143-
CMYK00.050.430.01
HSL53.39º94.78%77.45%-
HSV(B)53.39º43.25%98.82%-
XYZ76.268538.37-
YUV232.5377.48141.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 143 (56.25% from 255) = 22.52%
R=39.69%
G=37.80%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224014300.050.430.0153.3994.7877.45
HexFCF08F052B1355f4d
Octal3743602170553165137115
Binary1111110011110000100011110101101011111010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF08F; }

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

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

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

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

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

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

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

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