Html Css Color HEX #FCDC13 Lemon

📋 copy color: '#FCDC13'

red 252 ◦ green 220 ◦ blue 19

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

Shades of Lemon #FCDC13

Tints of Lemon #FCDC13

RGB

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

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

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

R = 51.32%
G = 44.81%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCDC13 (or 0xFCDC13) is known color: Lemon. HEX triplet: FC, DC and 13. RGB value is (252,220,19). Sum of RGB (Red+Green+Blue) = 252+220+19=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC13 is #0323EC. Grayscale: #CFCFCF. Windows color (decimal): -205805 or 1301756. OLE color: 1301756.

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

Color convert

RGB 252 220 19 -
CMYK 0 0.13 0.92 0.01
HSL 51.76º 0.97% 0.53% -
HSV(B) 51.76º 0.92% 0.99% -
XYZ 65.86 71.93 11.03 -
YUV 206.65 22.1 160.34 -
System Red Green Blue C M Y K H S L
Decimal 252 220 19 0 0.13 0.92 0.01 51.76 0.97 0.53
Hex FC DC 13 0 D 5C 1 34 61 35
Octal 374 334 23 0 15 134 1 64 141 65
Binary 11111100 11011100 10011 0 1101 1011100 1 110100 1100001 110101

Color Harmonies of #FCDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC13

Black with #FCDC13

Text Example


Text Example

White with #FCDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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