Html Css Color HEX #FCDC17 Lemon

📋 copy color: '#FCDC17'

red 252 ◦ green 220 ◦ blue 23

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

Shades of Lemon #FCDC17

Tints of Lemon #FCDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 23 (9.38% from 255) = 4.65%

R = 50.91%
G = 44.44%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCDC17 (or 0xFCDC17) is known color: Lemon. HEX triplet: FC, DC and 17. RGB value is (252,220,23). Sum of RGB (Red+Green+Blue) = 252+220+23=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC17 is #0323E8. Grayscale: #CFCFCF. Windows color (decimal): -205801 or 1563900. OLE color: 1563900.

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

Color convert

RGB 252 220 23 -
CMYK 0 0.13 0.91 0.01
HSL 51.62º 0.97% 0.54% -
HSV(B) 51.62º 0.91% 0.99% -
XYZ 65.89 71.94 11.22 -
YUV 207.11 24.1 160.02 -
System Red Green Blue C M Y K H S L
Decimal 252 220 23 0 0.13 0.91 0.01 51.62 0.97 0.54
Hex FC DC 17 0 D 5B 1 34 61 36
Octal 374 334 27 0 15 133 1 64 141 66
Binary 11111100 11011100 10111 0 1101 1011011 1 110100 1100001 110110

Color Harmonies of #FCDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC17

Black with #FCDC17

Text Example


Text Example

White with #FCDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC17; }

 p { color: rgb(252,220,23); }

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

background-color css

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

 a { background-color: rgb(252,220,23); }

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

border-color css

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

 span { border-color: rgb(252,220,23); }

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