#FCE312

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

Shades of Lemon #FCE312

Tints of Lemon #FCE312

Color information

#FCE312 (or 0xFCE312) is unknown color: approx Lemon. HEX triplet: FC, E3 and 12. RGB value is (252,227,18). Sum of RGB (Red+Green+Blue) = 252+227+18=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE312 is #031CED. Grayscale: #D3D3D3. Windows color (decimal): -204014 or 1238012. OLE color: 1238012.

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

Color convert

RGB25222718-
CMYK00.100.930.01
HSL53.59º97.5%52.94%-
HSV(B)53.59º92.86%98.82%-
XYZ67.7275.6811.61-
YUV210.6519.28157.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 18 (7.42% from 255) = 3.62%
R=50.70%
G=45.67%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522271800.100.930.0153.5997.552.94
HexFCE3120A5D1366235
Octal3743432201213516614265
Binary11111100111000111001001010101110111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE312; }

 p { color: rgb(252,227,18); }

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

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

 a { background-color: rgb(252,227,18); }

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

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

 span { border-color: rgb(252,227,18); }

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