Html Css Color HEX #FCDB12 Lemon

📋 copy color: '#FCDB12'

red 252 ◦ green 219 ◦ blue 18

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

Shades of Lemon #FCDB12

Tints of Lemon #FCDB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.68%

R = 51.53%
G = 44.79%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCDB12 (or 0xFCDB12) is known color: Lemon. HEX triplet: FC, DB and 12. RGB value is (252,219,18). Sum of RGB (Red+Green+Blue) = 252+219+18=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB12 is #0324ED. Grayscale: #CECECE. Windows color (decimal): -206062 or 1235964. OLE color: 1235964.

HSL color Cylindrical-coordinate representation of color #FCDB12: hue angle of 51.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCDB12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 18 -
CMYK 0 0.13 0.93 0.01
HSL 51.54º 0.98% 0.53% -
HSV(B) 51.54º 0.93% 0.99% -
XYZ 65.59 71.4 10.9 -
YUV 205.95 21.93 160.84 -
System Red Green Blue C M Y K H S L
Decimal 252 219 18 0 0.13 0.93 0.01 51.54 0.98 0.53
Hex FC DB 12 0 D 5D 1 34 62 35
Octal 374 333 22 0 15 135 1 64 142 65
Binary 11111100 11011011 10010 0 1101 1011101 1 110100 1100010 110101

Color Harmonies of #FCDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB12

Black with #FCDB12

Text Example


Text Example

White with #FCDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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