#FCE21A

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

Shades of Lemon #FCE21A

Tints of Lemon #FCE21A

Color information

#FCE21A (or 0xFCE21A) is unknown color: approx Lemon. HEX triplet: FC, E2 and 1A. RGB value is (252,226,26). Sum of RGB (Red+Green+Blue) = 252+226+26=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE21A is #031DE5. Grayscale: #D3D3D3. Windows color (decimal): -204262 or 1762044. OLE color: 1762044.

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

Color convert

RGB25222626-
CMYK00.100.900.01
HSL53.1º97.41%54.51%-
HSV(B)53.1º89.68%98.82%-
XYZ67.5375.1611.93-
YUV210.9723.61157.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 26 (10.55% from 255) = 5.16%
R=50%
G=44.84%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522262600.100.900.0153.197.4154.51
HexFCE21A0A5A1356137
Octal3743423201213216514167
Binary11111100111000101101001010101101011101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE21A; }

 p { color: rgb(252,226,26); }

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

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

 a { background-color: rgb(252,226,26); }

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

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

 span { border-color: rgb(252,226,26); }

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