Html Css Color HEX #FCD915 Lemon

📋 copy color: '#FCD915'

red 252 ◦ green 217 ◦ blue 21

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

Shades of Lemon #FCD915

Tints of Lemon #FCD915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 51.43%
G = 44.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD915 (or 0xFCD915) is known color: Lemon. HEX triplet: FC, D9 and 15. RGB value is (252,217,21). Sum of RGB (Red+Green+Blue) = 252+217+21=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD915 is #0326EA. Grayscale: #CDCDCD. Windows color (decimal): -206571 or 1432060. OLE color: 1432060.

HSL color Cylindrical-coordinate representation of color #FCD915: hue angle of 50.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCD915 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 21 -
CMYK 0 0.14 0.92 0.01
HSL 50.91º 0.97% 0.54% -
HSV(B) 50.91º 0.92% 0.99% -
XYZ 65.09 70.38 10.86 -
YUV 205.12 24.1 161.44 -
System Red Green Blue C M Y K H S L
Decimal 252 217 21 0 0.14 0.92 0.01 50.91 0.97 0.54
Hex FC D9 15 0 E 5C 1 33 61 36
Octal 374 331 25 0 16 134 1 63 141 66
Binary 11111100 11011001 10101 0 1110 1011100 1 110011 1100001 110110

Color Harmonies of #FCD915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD915

Black with #FCD915

Text Example


Text Example

White with #FCD915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD915; }

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

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

background-color css

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

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

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

border-color css

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

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

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