Html Css Color HEX #FCF092 Picasso

📋 copy color: '#FCF092'

red 252 ◦ green 240 ◦ blue 146

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

Shades of Picasso #FCF092

Tints of Picasso #FCF092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.88%

R = 39.5%
G = 37.62%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCF092 (or 0xFCF092) is known color: Picasso. HEX triplet: FC, F0 and 92. RGB value is (252,240,146). Sum of RGB (Red+Green+Blue) = 252+240+146=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 146 (57.42% from 255 or 22.88% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF092 is #030F6D. Grayscale: #E9E9E9. Windows color (decimal): -200558 or 9629948. OLE color: 9629948.

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

Color convert

RGB 252 240 146 -
CMYK 0 0.05 0.42 0.01
HSL 53.21º 0.95% 0.78% -
HSV(B) 53.21º 0.42% 0.99% -
XYZ 76.49 85.09 39.59 -
YUV 232.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 252 240 146 0 0.05 0.42 0.01 53.21 0.95 0.78
Hex FC F0 92 0 5 2A 1 35 5F 4E
Octal 374 360 222 0 5 52 1 65 137 116
Binary 11111100 11110000 10010010 0 101 101010 1 110101 1011111 1001110

Color Harmonies of #FCF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF092

Black with #FCF092

Text Example


Text Example

White with #FCF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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