Html Css Color HEX #FCE10E Lemon

📋 copy color: '#FCE10E'

red 252 ◦ green 225 ◦ blue 14

#FCE10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FCE10E

Tints of Lemon #FCE10E

RGB

 RED value IS 252 (98.83% from 255) = 51.32%

 GREEN value IS 225 (88.28% from 255) = 45.82%

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 51.32%
G = 45.82%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCE10E (or 0xFCE10E) is known color: Lemon. HEX triplet: FC, E1 and 0E. RGB value is (252,225,14). Sum of RGB (Red+Green+Blue) = 252+225+14=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE10E is #031EF1. Grayscale: #D1D1D1. Windows color (decimal): -204530 or 975356. OLE color: 975356.

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

Color convert

RGB 252 225 14 -
CMYK 0 0.11 0.94 0.01
HSL 53.19º 0.98% 0.52% -
HSV(B) 53.19º 0.94% 0.99% -
XYZ 67.15 74.58 11.27 -
YUV 209.02 17.95 158.66 -
System Red Green Blue C M Y K H S L
Decimal 252 225 14 0 0.11 0.94 0.01 53.19 0.98 0.52
Hex FC E1 E 0 B 5E 1 35 62 34
Octal 374 341 16 0 13 136 1 65 142 64
Binary 11111100 11100001 1110 0 1011 1011110 1 110101 1100010 110100

Color Harmonies of #FCE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE10E

Black with #FCE10E

Text Example


Text Example

White with #FCE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE10E; }

 p { color: rgb(252,225,14); }

 H1.HeaderClassName
 {
   color: #FCE10E;
 }
 .AnyTagClassName
 {
   color: #FCE10E;
 }
</style>

background-color css

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

 a { background-color: rgb(252,225,14); }

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

border-color css

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

 span { border-color: rgb(252,225,14); }

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