Html Css Color HEX #FCD916 Lemon

📋 copy color: '#FCD916'

red 252 ◦ green 217 ◦ blue 22

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

Shades of Lemon #FCD916

Tints of Lemon #FCD916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

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

R = 51.32%
G = 44.2%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCD916 (or 0xFCD916) is known color: Lemon. HEX triplet: FC, D9 and 16. RGB value is (252,217,22). Sum of RGB (Red+Green+Blue) = 252+217+22=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD916 is #0326E9. Grayscale: #CECECE. Windows color (decimal): -206570 or 1497596. OLE color: 1497596.

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

Color convert

RGB 252 217 22 -
CMYK 0 0.14 0.91 0.01
HSL 50.87º 0.97% 0.54% -
HSV(B) 50.87º 0.91% 0.99% -
XYZ 65.1 70.38 10.91 -
YUV 205.24 24.6 161.36 -
System Red Green Blue C M Y K H S L
Decimal 252 217 22 0 0.14 0.91 0.01 50.87 0.97 0.54
Hex FC D9 16 0 E 5B 1 33 61 36
Octal 374 331 26 0 16 133 1 63 141 66
Binary 11111100 11011001 10110 0 1110 1011011 1 110011 1100001 110110

Color Harmonies of #FCD916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD916

Black with #FCD916

Text Example


Text Example

White with #FCD916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD916; }

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

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

background-color css

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

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

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

border-color css

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

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

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