Html Css Color HEX #FCE516 Lemon

📋 copy color: '#FCE516'

red 252 ◦ green 229 ◦ blue 22

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

Shades of Lemon #FCE516

Tints of Lemon #FCE516

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.53%

 BLUE value IS 22 (8.98% from 255) = 4.37%

R = 50.1%
G = 45.53%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCE516 (or 0xFCE516) is known color: Lemon. HEX triplet: FC, E5 and 16. RGB value is (252,229,22). Sum of RGB (Red+Green+Blue) = 252+229+22=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 22 (8.98% from 255 or 4.37% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE516 is #031AE9. Grayscale: #D5D5D5. Windows color (decimal): -203498 or 1500668. OLE color: 1500668.

HSL color Cylindrical-coordinate representation of color #FCE516: hue angle of 54º 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 #FCE516 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 22 -
CMYK 0 0.09 0.91 0.01
HSL 54º 0.97% 0.54% -
HSV(B) 54º 0.91% 0.99% -
XYZ 68.31 76.79 11.98 -
YUV 212.28 20.62 156.33 -
System Red Green Blue C M Y K H S L
Decimal 252 229 22 0 0.09 0.91 0.01 54 0.97 0.54
Hex FC E5 16 0 9 5B 1 36 61 36
Octal 374 345 26 0 11 133 1 66 141 66
Binary 11111100 11100101 10110 0 1001 1011011 1 110110 1100001 110110

Color Harmonies of #FCE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE516

Black with #FCE516

Text Example


Text Example

White with #FCE516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE516; }

 p { color: rgb(252,229,22); }

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

background-color css

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

 a { background-color: rgb(252,229,22); }

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

border-color css

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

 span { border-color: rgb(252,229,22); }

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