Html Css Color HEX #FCDB13 Lemon

📋 copy color: '#FCDB13'

red 252 ◦ green 219 ◦ blue 19

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

Shades of Lemon #FCDB13

Tints of Lemon #FCDB13

RGB

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

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

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

R = 51.43%
G = 44.69%
B = 3.88%

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

#FCDB13 (or 0xFCDB13) is known color: Lemon. HEX triplet: FC, DB and 13. RGB value is (252,219,19). Sum of RGB (Red+Green+Blue) = 252+219+19=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB13 is #0324EC. Grayscale: #CECECE. Windows color (decimal): -206061 or 1301500. OLE color: 1301500.

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

Color convert

RGB 252 219 19 -
CMYK 0 0.13 0.92 0.01
HSL 51.5º 0.97% 0.53% -
HSV(B) 51.5º 0.92% 0.99% -
XYZ 65.59 71.41 10.94 -
YUV 206.07 22.43 160.76 -
System Red Green Blue C M Y K H S L
Decimal 252 219 19 0 0.13 0.92 0.01 51.5 0.97 0.53
Hex FC DB 13 0 D 5C 1 34 61 35
Octal 374 333 23 0 15 134 1 64 141 65
Binary 11111100 11011011 10011 0 1101 1011100 1 110100 1100001 110101

Color Harmonies of #FCDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB13

Black with #FCDB13

Text Example


Text Example

White with #FCDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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