Html Css Color HEX #FCEC8A Picasso

📋 copy color: '#FCEC8A'

red 252 ◦ green 236 ◦ blue 138

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

Shades of Picasso #FCEC8A

Tints of Picasso #FCEC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.7%

 BLUE value IS 138 (54.3% from 255) = 22.04%

R = 40.26%
G = 37.7%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCEC8A (or 0xFCEC8A) is known color: Picasso. HEX triplet: FC, EC and 8A. RGB value is (252,236,138). Sum of RGB (Red+Green+Blue) = 252+236+138=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC8A is #031375. Grayscale: #E6E6E6. Windows color (decimal): -201590 or 9104636. OLE color: 9104636.

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

Color convert

RGB 252 236 138 -
CMYK 0 0.06 0.45 0.01
HSL 51.58º 0.95% 0.76% -
HSV(B) 51.58º 0.45% 0.99% -
XYZ 74.73 82.52 36.03 -
YUV 229.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 252 236 138 0 0.06 0.45 0.01 51.58 0.95 0.76
Hex FC EC 8A 0 6 2D 1 34 5F 4C
Octal 374 354 212 0 6 55 1 64 137 114
Binary 11111100 11101100 10001010 0 110 101101 1 110100 1011111 1001100

Color Harmonies of #FCEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC8A

Black with #FCEC8A

Text Example


Text Example

White with #FCEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC8A; }

 p { color: rgb(252,236,138); }

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

background-color css

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

 a { background-color: rgb(252,236,138); }

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

border-color css

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

 span { border-color: rgb(252,236,138); }

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