Html Css Color HEX #FCD816 Lemon

📋 copy color: '#FCD816'

red 252 ◦ green 216 ◦ blue 22

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

Shades of Lemon #FCD816

Tints of Lemon #FCD816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

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

R = 51.43%
G = 44.08%
B = 4.49%

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

#FCD816 (or 0xFCD816) is known color: Lemon. HEX triplet: FC, D8 and 16. RGB value is (252,216,22). Sum of RGB (Red+Green+Blue) = 252+216+22=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD816 is #0327E9. Grayscale: #CDCDCD. Windows color (decimal): -206826 or 1497340. OLE color: 1497340.

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

Color convert

RGB 252 216 22 -
CMYK 0 0.14 0.91 0.01
HSL 50.61º 0.97% 0.54% -
HSV(B) 50.61º 0.91% 0.99% -
XYZ 64.85 69.87 10.83 -
YUV 204.65 24.93 161.77 -
System Red Green Blue C M Y K H S L
Decimal 252 216 22 0 0.14 0.91 0.01 50.61 0.97 0.54
Hex FC D8 16 0 E 5B 1 33 61 36
Octal 374 330 26 0 16 133 1 63 141 66
Binary 11111100 11011000 10110 0 1110 1011011 1 110011 1100001 110110

Color Harmonies of #FCD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD816

Black with #FCD816

Text Example


Text Example

White with #FCD816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD816; }

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

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

background-color css

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

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

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

border-color css

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

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

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