Html Css Color HEX #FCF090 Picasso

📋 copy color: '#FCF090'

red 252 ◦ green 240 ◦ blue 144

#FCF090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FCF090

Tints of Picasso #FCF090

RGB

 RED value IS 252 (98.83% from 255) = 39.62%

 GREEN value IS 240 (94.14% from 255) = 37.74%

 BLUE value IS 144 (56.64% from 255) = 22.64%

R = 39.62%
G = 37.74%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCF090 (or 0xFCF090) is known color: Picasso. HEX triplet: FC, F0 and 90. RGB value is (252,240,144). Sum of RGB (Red+Green+Blue) = 252+240+144=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 144 (56.64% from 255 or 22.64% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF090 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF090 is #030F6F. Grayscale: #E9E9E9. Windows color (decimal): -200560 or 9498876. OLE color: 9498876.

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

Color convert

RGB 252 240 144 -
CMYK 0 0.05 0.43 0.01
HSL 53.33º 0.95% 0.78% -
HSV(B) 53.33º 0.43% 0.99% -
XYZ 76.34 85.03 38.77 -
YUV 232.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 252 240 144 0 0.05 0.43 0.01 53.33 0.95 0.78
Hex FC F0 90 0 5 2B 1 35 5F 4E
Octal 374 360 220 0 5 53 1 65 137 116
Binary 11111100 11110000 10010000 0 101 101011 1 110101 1011111 1001110

Color Harmonies of #FCF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF090

Black with #FCF090

Text Example


Text Example

White with #FCF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF090; }

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

 H1.HeaderClassName
 {
   color: #FCF090;
 }
 .AnyTagClassName
 {
   color: #FCF090;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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