Html Css Color HEX #FCDB19 Lemon

📋 copy color: '#FCDB19'

red 252 ◦ green 219 ◦ blue 25

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

Shades of Lemon #FCDB19

Tints of Lemon #FCDB19

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 25 (10.16% from 255) = 5.04%

R = 50.81%
G = 44.15%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCDB19 (or 0xFCDB19) is known color: Lemon. HEX triplet: FC, DB and 19. RGB value is (252,219,25). Sum of RGB (Red+Green+Blue) = 252+219+25=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 25 (10.16% from 255 or 5.04% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB19 is #0324E6. Grayscale: #CFCFCF. Windows color (decimal): -206055 or 1694716. OLE color: 1694716.

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

Color convert

RGB 252 219 25 -
CMYK 0 0.13 0.90 0.01
HSL 51.28º 0.97% 0.54% -
HSV(B) 51.28º 0.9% 0.99% -
XYZ 65.65 71.43 11.25 -
YUV 206.75 25.43 160.27 -
System Red Green Blue C M Y K H S L
Decimal 252 219 25 0 0.13 0.90 0.01 51.28 0.97 0.54
Hex FC DB 19 0 D 5A 1 33 61 36
Octal 374 333 31 0 15 132 1 63 141 66
Binary 11111100 11011011 11001 0 1101 1011010 1 110011 1100001 110110

Color Harmonies of #FCDB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB19

Black with #FCDB19

Text Example


Text Example

White with #FCDB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB19; }

 p { color: rgb(252,219,25); }

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

background-color css

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

 a { background-color: rgb(252,219,25); }

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

border-color css

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

 span { border-color: rgb(252,219,25); }

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