#FCE610

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

Shades of Lemon #FCE610

Tints of Lemon #FCE610

Color information

#FCE610 (or 0xFCE610) is unknown color: approx Lemon. HEX triplet: FC, E6 and 10. RGB value is (252,230,16). Sum of RGB (Red+Green+Blue) = 252+230+16=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE610 is #0319EF. Grayscale: #D5D5D5. Windows color (decimal): -203248 or 1107708. OLE color: 1107708.

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

Color convert

RGB25223016-
CMYK00.090.940.01
HSL54.41º97.52%52.55%-
HSV(B)54.41º93.65%98.82%-
XYZ68.5477.3311.8-
YUV212.1817.29156.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.60%
GREEN value IS 230 (90.23% from 255) = 46.18%
BLUE value IS 16 (6.64% from 255) = 3.21%
R=50.60%
G=46.18%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522301600.090.940.0154.4197.5252.55
HexFCE610095E1366235
Octal3743462001113616614265
Binary11111100111001101000001001101111011101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE610; }

 p { color: rgb(252,230,16); }

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

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

 a { background-color: rgb(252,230,16); }

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

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

 span { border-color: rgb(252,230,16); }

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