Html Css Color HEX #FCDA15 Lemon

📋 copy color: '#FCDA15'

red 252 ◦ green 218 ◦ blue 21

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

Shades of Lemon #FCDA15

Tints of Lemon #FCDA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 51.32%
G = 44.4%
B = 4.28%

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

#FCDA15 (or 0xFCDA15) is known color: Lemon. HEX triplet: FC, DA and 15. RGB value is (252,218,21). Sum of RGB (Red+Green+Blue) = 252+218+21=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA15 is #0325EA. Grayscale: #CECECE. Windows color (decimal): -206315 or 1432316. OLE color: 1432316.

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

Color convert

RGB 252 218 21 -
CMYK 0 0.13 0.92 0.01
HSL 51.17º 0.97% 0.54% -
HSV(B) 51.17º 0.92% 0.99% -
XYZ 65.35 70.89 10.95 -
YUV 205.71 23.76 161.02 -
System Red Green Blue C M Y K H S L
Decimal 252 218 21 0 0.13 0.92 0.01 51.17 0.97 0.54
Hex FC DA 15 0 D 5C 1 33 61 36
Octal 374 332 25 0 15 134 1 63 141 66
Binary 11111100 11011010 10101 0 1101 1011100 1 110011 1100001 110110

Color Harmonies of #FCDA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA15

Black with #FCDA15

Text Example


Text Example

White with #FCDA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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