#FCF79B

Color #FCF79B Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FCF79B

Tints of Pale Prim #FCF79B

Color information

#FCF79B (or 0xFCF79B) is unknown color: approx Pale Prim. HEX triplet: FC, F7 and 9B. RGB value is (252,247,155). Sum of RGB (Red+Green+Blue) = 252+247+155=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 155 (60.94% from 255 or 23.70% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF79B is #030864. Grayscale: #EEEEEE. Windows color (decimal): -198757 or 10221564. OLE color: 10221564.

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

Color convert

RGB252247155-
CMYK00.020.380.01
HSL56.91º94.17%79.8%-
HSV(B)56.91º38.49%98.82%-
XYZ79.3289.5844.12-
YUV238.0181.16137.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 247 (96.88% from 255) = 37.77%
BLUE value IS 155 (60.94% from 255) = 23.70%
R=38.53%
G=37.77%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224715500.020.380.0156.9194.1779.8
HexFCF79B02261395e50
Octal3743672330246171136120
Binary111111001111011110011011010100110111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF79B; }

 p { color: rgb(252,247,155); }

 H1.HeaderClassName
 {
   color: #FCF79B;
 }
 .AnyTagClassName
 {
   color: #FCF79B;
 }
</style>
background-color css

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

 a { background-color: rgb(252,247,155); }

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

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

 span { border-color: rgb(252,247,155); }

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