Html Css Color HEX #FCDD15 Lemon

📋 copy color: '#FCDD15'

red 252 ◦ green 221 ◦ blue 21

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

Shades of Lemon #FCDD15

Tints of Lemon #FCDD15

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

 BLUE value IS 21 (8.59% from 255) = 4.25%

R = 51.01%
G = 44.74%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCDD15 (or 0xFCDD15) is known color: Lemon. HEX triplet: FC, DD and 15. RGB value is (252,221,21). Sum of RGB (Red+Green+Blue) = 252+221+21=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 21 (8.59% from 255 or 4.25% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD15 is #0322EA. Grayscale: #D0D0D0. Windows color (decimal): -205547 or 1433084. OLE color: 1433084.

HSL color Cylindrical-coordinate representation of color #FCDD15: hue angle of 51.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCDD15 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 21 -
CMYK 0 0.12 0.92 0.01
HSL 51.95º 0.97% 0.54% -
HSV(B) 51.95º 0.92% 0.99% -
XYZ 66.14 72.46 11.21 -
YUV 207.47 22.77 159.76 -
System Red Green Blue C M Y K H S L
Decimal 252 221 21 0 0.12 0.92 0.01 51.95 0.97 0.54
Hex FC DD 15 0 C 5C 1 34 61 36
Octal 374 335 25 0 14 134 1 64 141 66
Binary 11111100 11011101 10101 0 1100 1011100 1 110100 1100001 110110

Color Harmonies of #FCDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD15

Black with #FCDD15

Text Example


Text Example

White with #FCDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD15; }

 p { color: rgb(252,221,21); }

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

background-color css

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

 a { background-color: rgb(252,221,21); }

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

border-color css

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

 span { border-color: rgb(252,221,21); }

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