Html Css Color HEX #FCD913 Lemon

📋 copy color: '#FCD913'

red 252 ◦ green 217 ◦ blue 19

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

Shades of Lemon #FCD913

Tints of Lemon #FCD913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.89%

R = 51.64%
G = 44.47%
B = 3.89%

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

#FCD913 (or 0xFCD913) is known color: Lemon. HEX triplet: FC, D9 and 13. RGB value is (252,217,19). Sum of RGB (Red+Green+Blue) = 252+217+19=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD913 is #0326EC. Grayscale: #CDCDCD. Windows color (decimal): -206573 or 1300988. OLE color: 1300988.

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

Color convert

RGB 252 217 19 -
CMYK 0 0.14 0.92 0.01
HSL 50.99º 0.97% 0.53% -
HSV(B) 50.99º 0.92% 0.99% -
XYZ 65.08 70.37 10.77 -
YUV 204.89 23.1 161.6 -
System Red Green Blue C M Y K H S L
Decimal 252 217 19 0 0.14 0.92 0.01 50.99 0.97 0.53
Hex FC D9 13 0 E 5C 1 33 61 35
Octal 374 331 23 0 16 134 1 63 141 65
Binary 11111100 11011001 10011 0 1110 1011100 1 110011 1100001 110101

Color Harmonies of #FCD913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD913

Black with #FCD913

Text Example


Text Example

White with #FCD913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD913; }

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

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

background-color css

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

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

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

border-color css

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

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

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