Html Css Color HEX #FCF59C Pale Prim

📋 copy color: '#FCF59C'

red 252 ◦ green 245 ◦ blue 156

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

Shades of Pale Prim #FCF59C

Tints of Pale Prim #FCF59C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.52%

 BLUE value IS 156 (61.33% from 255) = 23.89%

R = 38.59%
G = 37.52%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCF59C (or 0xFCF59C) is known color: Pale Prim. HEX triplet: FC, F5 and 9C. RGB value is (252,245,156). Sum of RGB (Red+Green+Blue) = 252+245+156=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 156 (61.33% from 255 or 23.89% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF59C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF59C is #030A63. Grayscale: #EDEDED. Windows color (decimal): -199268 or 10286588. OLE color: 10286588.

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

Color convert

RGB 252 245 156 -
CMYK 0 0.03 0.38 0.01
HSL 55.63º 0.94% 0.8% -
HSV(B) 55.63º 0.38% 0.99% -
XYZ 78.8 88.4 44.36 -
YUV 236.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 252 245 156 0 0.03 0.38 0.01 55.63 0.94 0.8
Hex FC F5 9C 0 3 26 1 38 5E 50
Octal 374 365 234 0 3 46 1 70 136 120
Binary 11111100 11110101 10011100 0 11 100110 1 111000 1011110 1010000

Color Harmonies of #FCF59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF59C

Black with #FCF59C

Text Example


Text Example

White with #FCF59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF59C; }

 p { color: rgb(252,245,156); }

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

background-color css

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

 a { background-color: rgb(252,245,156); }

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

border-color css

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

 span { border-color: rgb(252,245,156); }

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