Html Css Color HEX #FCF59E Pale Prim

📋 copy color: '#FCF59E'

red 252 ◦ green 245 ◦ blue 158

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

Shades of Pale Prim #FCF59E

Tints of Pale Prim #FCF59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.12%

R = 38.47%
G = 37.4%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCF59E (or 0xFCF59E) is known color: Pale Prim. HEX triplet: FC, F5 and 9E. RGB value is (252,245,158). Sum of RGB (Red+Green+Blue) = 252+245+158=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF59E is #030A61. Grayscale: #EDEDED. Windows color (decimal): -199266 or 10417660. OLE color: 10417660.

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

Color convert

RGB 252 245 158 -
CMYK 0 0.03 0.37 0.01
HSL 55.53º 0.94% 0.8% -
HSV(B) 55.53º 0.37% 0.99% -
XYZ 78.97 88.47 45.26 -
YUV 237.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 252 245 158 0 0.03 0.37 0.01 55.53 0.94 0.8
Hex FC F5 9E 0 3 25 1 38 5E 50
Octal 374 365 236 0 3 45 1 70 136 120
Binary 11111100 11110101 10011110 0 11 100101 1 111000 1011110 1010000

Color Harmonies of #FCF59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF59E

Black with #FCF59E

Text Example


Text Example

White with #FCF59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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