Html Css Color HEX #FCDF16 Lemon

📋 copy color: '#FCDF16'

red 252 ◦ green 223 ◦ blue 22

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

Shades of Lemon #FCDF16

Tints of Lemon #FCDF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 50.7%
G = 44.87%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCDF16 (or 0xFCDF16) is known color: Lemon. HEX triplet: FC, DF and 16. RGB value is (252,223,22). Sum of RGB (Red+Green+Blue) = 252+223+22=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 22 (8.98% from 255 or 4.43% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF16 is #0320E9. Grayscale: #D1D1D1. Windows color (decimal): -205034 or 1499132. OLE color: 1499132.

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

Color convert

RGB 252 223 22 -
CMYK 0 0.12 0.91 0.01
HSL 52.43º 0.97% 0.54% -
HSV(B) 52.43º 0.91% 0.99% -
XYZ 66.68 73.53 11.44 -
YUV 208.76 22.61 158.84 -
System Red Green Blue C M Y K H S L
Decimal 252 223 22 0 0.12 0.91 0.01 52.43 0.97 0.54
Hex FC DF 16 0 C 5B 1 34 61 36
Octal 374 337 26 0 14 133 1 64 141 66
Binary 11111100 11011111 10110 0 1100 1011011 1 110100 1100001 110110

Color Harmonies of #FCDF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF16

Black with #FCDF16

Text Example


Text Example

White with #FCDF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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