Html Css Color HEX #FCED8A Picasso

📋 copy color: '#FCED8A'

red 252 ◦ green 237 ◦ blue 138

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

Shades of Picasso #FCED8A

Tints of Picasso #FCED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

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

R = 40.19%
G = 37.8%
B = 22.01%

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

#FCED8A (or 0xFCED8A) is known color: Picasso. HEX triplet: FC, ED and 8A. RGB value is (252,237,138). Sum of RGB (Red+Green+Blue) = 252+237+138=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED8A is #031275. Grayscale: #E6E6E6. Windows color (decimal): -201334 or 9104892. OLE color: 9104892.

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

Color convert

RGB 252 237 138 -
CMYK 0 0.06 0.45 0.01
HSL 52.11º 0.95% 0.76% -
HSV(B) 52.11º 0.45% 0.99% -
XYZ 75.02 83.1 36.13 -
YUV 230.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 252 237 138 0 0.06 0.45 0.01 52.11 0.95 0.76
Hex FC ED 8A 0 6 2D 1 34 5F 4C
Octal 374 355 212 0 6 55 1 64 137 114
Binary 11111100 11101101 10001010 0 110 101101 1 110100 1011111 1001100

Color Harmonies of #FCED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED8A

Black with #FCED8A

Text Example


Text Example

White with #FCED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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