#FCFF1E

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

Shades of Lemon #FCFF1E

Tints of Lemon #FCFF1E

Color information

#FCFF1E (or 0xFCFF1E) is unknown color: approx Lemon. HEX triplet: FC, FF and 1E. RGB value is (252,255,30). Sum of RGB (Red+Green+Blue) = 252+255+30=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 30 (12.11% from 255 or 5.59% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF1E is #0300E1. Grayscale: #E5E5E5. Windows color (decimal): -196834 or 2031612. OLE color: 2031612.

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

Color convert

RGB25225530-
CMYK0.0100.880
HSL60.8º100%55.88%-
HSV(B)60.8º88.24%100%-
XYZ76.1492.3115.03-
YUV228.4516.01144.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 30 (12.11% from 255) = 5.59%
R=46.93%
G=47.49%
B=5.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252255300.0100.88060.810055.88
HexFCFF1E105803d6438
Octal374377361013007514470
Binary11111100111111111111010101100001111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF1E; }

 p { color: rgb(252,255,30); }

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

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

 a { background-color: rgb(252,255,30); }

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

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

 span { border-color: rgb(252,255,30); }

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