#FCE71D

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

Shades of Lemon #FCE71D

Tints of Lemon #FCE71D

Color information

#FCE71D (or 0xFCE71D) is unknown color: approx Lemon. HEX triplet: FC, E7 and 1D. RGB value is (252,231,29). Sum of RGB (Red+Green+Blue) = 252+231+29=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE71D is #0318E2. Grayscale: #D7D7D7. Windows color (decimal): -202979 or 1959932. OLE color: 1959932.

HSL color Cylindrical-coordinate representation of color #FCE71D: hue angle of 54.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCE71D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB25223129-
CMYK00.080.880.01
HSL54.35º97.38%55.1%-
HSV(B)54.35º88.49%98.82%-
XYZ68.9477.9412.57-
YUV214.2523.46154.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 231 (90.62% from 255) = 45.12%
BLUE value IS 29 (11.72% from 255) = 5.66%
R=49.22%
G=45.12%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522312900.080.880.0154.3597.3855.1
HexFCE71D08581366137
Octal3743473501013016614167
Binary11111100111001111110101000101100011101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE71D; }

 p { color: rgb(252,231,29); }

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

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

 a { background-color: rgb(252,231,29); }

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

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

 span { border-color: rgb(252,231,29); }

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