Html Css Color HEX #FCF195 Picasso

📋 copy color: '#FCF195'

red 252 ◦ green 241 ◦ blue 149

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

Shades of Picasso #FCF195

Tints of Picasso #FCF195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 149 (58.59% from 255) = 23.21%

R = 39.25%
G = 37.54%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCF195 (or 0xFCF195) is known color: Picasso. HEX triplet: FC, F1 and 95. RGB value is (252,241,149). Sum of RGB (Red+Green+Blue) = 252+241+149=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 149 (58.59% from 255 or 23.21% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF195 is #030E6A. Grayscale: #EAEAEA. Windows color (decimal): -200299 or 9826812. OLE color: 9826812.

HSL color Cylindrical-coordinate representation of color #FCF195: hue angle of 53.59º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCF195 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 149 -
CMYK 0 0.04 0.41 0.01
HSL 53.59º 0.94% 0.79% -
HSV(B) 53.59º 0.41% 0.99% -
XYZ 77.02 85.78 40.93 -
YUV 233.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 252 241 149 0 0.04 0.41 0.01 53.59 0.94 0.79
Hex FC F1 95 0 4 29 1 36 5E 4F
Octal 374 361 225 0 4 51 1 66 136 117
Binary 11111100 11110001 10010101 0 100 101001 1 110110 1011110 1001111

Color Harmonies of #FCF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF195

Black with #FCF195

Text Example


Text Example

White with #FCF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF195; }

 p { color: rgb(252,241,149); }

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

background-color css

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

 a { background-color: rgb(252,241,149); }

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

border-color css

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

 span { border-color: rgb(252,241,149); }

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