Html Css Color HEX #FCE992 Picasso

📋 copy color: '#FCE992'

red 252 ◦ green 233 ◦ blue 146

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

Shades of Picasso #FCE992

Tints of Picasso #FCE992

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.93%

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

R = 39.94%
G = 36.93%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCE992 (or 0xFCE992) is known color: Picasso. HEX triplet: FC, E9 and 92. RGB value is (252,233,146). Sum of RGB (Red+Green+Blue) = 252+233+146=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 146 (57.42% from 255 or 23.14% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE992 is #03166D. Grayscale: #E5E5E5. Windows color (decimal): -202350 or 9628156. OLE color: 9628156.

HSL color Cylindrical-coordinate representation of color #FCE992: hue angle of 49.25º 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 #FCE992 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 146 -
CMYK 0 0.08 0.42 0.01
HSL 49.25º 0.95% 0.78% -
HSV(B) 49.25º 0.42% 0.99% -
XYZ 74.47 81.05 38.91 -
YUV 228.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 252 233 146 0 0.08 0.42 0.01 49.25 0.95 0.78
Hex FC E9 92 0 8 2A 1 31 5F 4E
Octal 374 351 222 0 10 52 1 61 137 116
Binary 11111100 11101001 10010010 0 1000 101010 1 110001 1011111 1001110

Color Harmonies of #FCE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE992

Black with #FCE992

Text Example


Text Example

White with #FCE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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