Html Css Color HEX #FCDA13 Lemon

📋 copy color: '#FCDA13'

red 252 ◦ green 218 ◦ blue 19

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

Shades of Lemon #FCDA13

Tints of Lemon #FCDA13

RGB

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

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

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

R = 51.53%
G = 44.58%
B = 3.89%

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

#FCDA13 (or 0xFCDA13) is known color: Lemon. HEX triplet: FC, DA and 13. RGB value is (252,218,19). Sum of RGB (Red+Green+Blue) = 252+218+19=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA13 is #0325EC. Grayscale: #CECECE. Windows color (decimal): -206317 or 1301244. OLE color: 1301244.

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

Color convert

RGB 252 218 19 -
CMYK 0 0.13 0.92 0.01
HSL 51.24º 0.97% 0.53% -
HSV(B) 51.24º 0.92% 0.99% -
XYZ 65.33 70.89 10.85 -
YUV 205.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 252 218 19 0 0.13 0.92 0.01 51.24 0.97 0.53
Hex FC DA 13 0 D 5C 1 33 61 35
Octal 374 332 23 0 15 134 1 63 141 65
Binary 11111100 11011010 10011 0 1101 1011100 1 110011 1100001 110101

Color Harmonies of #FCDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA13

Black with #FCDA13

Text Example


Text Example

White with #FCDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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