Html Css Color HEX #FCFD16 Lemon

📋 copy color: '#FCFD16'

red 252 ◦ green 253 ◦ blue 22

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

Shades of Lemon #FCFD16

Tints of Lemon #FCFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.01%

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

R = 47.82%
G = 48.01%
B = 4.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCFD16 (or 0xFCFD16) is known color: Lemon. HEX triplet: FC, FD and 16. RGB value is (252,253,22). Sum of RGB (Red+Green+Blue) = 252+253+22=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 22 (8.98% from 255 or 4.17% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFD16 is #0302E9. Grayscale: #E3E3E3. Windows color (decimal): -197354 or 1506812. OLE color: 1506812.

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

Color convert

RGB 252 253 22 -
CMYK 0.00 0 0.91 0.01
HSL 60.26º 0.98% 0.54% -
HSV(B) 60.26º 0.91% 0.99% -
XYZ 75.41 91 14.35 -
YUV 226.37 12.67 146.28 -
System Red Green Blue C M Y K H S L
Decimal 252 253 22 0.00 0 0.91 0.01 60.26 0.98 0.54
Hex FC FD 16 0 0 5B 1 3C 62 36
Octal 374 375 26 0 0 133 1 74 142 66
Binary 11111100 11111101 10110 0 0 1011011 1 111100 1100010 110110

Color Harmonies of #FCFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD16

Black with #FCFD16

Text Example


Text Example

White with #FCFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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