Html Css Color HEX #FCDF12 Lemon

📋 copy color: '#FCDF12'

red 252 ◦ green 223 ◦ blue 18

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

Shades of Lemon #FCDF12

Tints of Lemon #FCDF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 51.12%
G = 45.23%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCDF12 (or 0xFCDF12) is known color: Lemon. HEX triplet: FC, DF and 12. RGB value is (252,223,18). Sum of RGB (Red+Green+Blue) = 252+223+18=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF12 is #0320ED. Grayscale: #D1D1D1. Windows color (decimal): -205038 or 1236988. OLE color: 1236988.

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

Color convert

RGB 252 223 18 -
CMYK 0 0.12 0.93 0.01
HSL 52.56º 0.98% 0.53% -
HSV(B) 52.56º 0.93% 0.99% -
XYZ 66.64 73.51 11.25 -
YUV 208.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 252 223 18 0 0.12 0.93 0.01 52.56 0.98 0.53
Hex FC DF 12 0 C 5D 1 35 62 35
Octal 374 337 22 0 14 135 1 65 142 65
Binary 11111100 11011111 10010 0 1100 1011101 1 110101 1100010 110101

Color Harmonies of #FCDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF12

Black with #FCDF12

Text Example


Text Example

White with #FCDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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