Html Css Color HEX #FCD812 Lemon

📋 copy color: '#FCD812'

red 252 ◦ green 216 ◦ blue 18

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

Shades of Lemon #FCD812

Tints of Lemon #FCD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

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

R = 51.85%
G = 44.44%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD812 (or 0xFCD812) is known color: Lemon. HEX triplet: FC, D8 and 12. RGB value is (252,216,18). Sum of RGB (Red+Green+Blue) = 252+216+18=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD812 is #0327ED. Grayscale: #CDCDCD. Windows color (decimal): -206830 or 1235196. OLE color: 1235196.

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

Color convert

RGB 252 216 18 -
CMYK 0 0.14 0.93 0.01
HSL 50.77º 0.98% 0.53% -
HSV(B) 50.77º 0.93% 0.99% -
XYZ 64.81 69.85 10.64 -
YUV 204.19 22.93 162.1 -
System Red Green Blue C M Y K H S L
Decimal 252 216 18 0 0.14 0.93 0.01 50.77 0.98 0.53
Hex FC D8 12 0 E 5D 1 33 62 35
Octal 374 330 22 0 16 135 1 63 142 65
Binary 11111100 11011000 10010 0 1110 1011101 1 110011 1100010 110101

Color Harmonies of #FCD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD812

Black with #FCD812

Text Example


Text Example

White with #FCD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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