#FCED17

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

Shades of Lemon #FCED17

Tints of Lemon #FCED17

Color information

#FCED17 (or 0xFCED17) is unknown color: approx Lemon. HEX triplet: FC, ED and 17. RGB value is (252,237,23). Sum of RGB (Red+Green+Blue) = 252+237+23=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 23 (9.38% from 255 or 4.49% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED17 is #0312E8. Grayscale: #D9D9D9. Windows color (decimal): -201449 or 1568252. OLE color: 1568252.

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

Color convert

RGB25223723-
CMYK00.060.910.01
HSL56.07º97.45%53.92%-
HSV(B)56.07º90.87%98.82%-
XYZ70.5881.3312.79-
YUV217.0918.47152.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 23 (9.38% from 255) = 4.49%
R=49.22%
G=46.29%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522372300.060.910.0156.0797.4553.92
HexFCED17065B1386136
Octal374355270613317014166
Binary1111110011101101101110110101101111110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED17; }

 p { color: rgb(252,237,23); }

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

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

 a { background-color: rgb(252,237,23); }

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

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

 span { border-color: rgb(252,237,23); }

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