Html Css Color HEX #FCF314 Lemon

📋 copy color: '#FCF314'

red 252 ◦ green 243 ◦ blue 20

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

Shades of Lemon #FCF314

Tints of Lemon #FCF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.18%

 BLUE value IS 20 (8.2% from 255) = 3.88%

R = 48.93%
G = 47.18%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF314 (or 0xFCF314) is known color: Lemon. HEX triplet: FC, F3 and 14. RGB value is (252,243,20). Sum of RGB (Red+Green+Blue) = 252+243+20=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF314 is #030CEB. Grayscale: #DDDDDD. Windows color (decimal): -199916 or 1373180. OLE color: 1373180.

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

Color convert

RGB 252 243 20 -
CMYK 0 0.04 0.92 0.01
HSL 57.67º 0.97% 0.53% -
HSV(B) 57.67º 0.92% 0.99% -
XYZ 72.32 84.85 13.23 -
YUV 220.27 14.98 150.63 -
System Red Green Blue C M Y K H S L
Decimal 252 243 20 0 0.04 0.92 0.01 57.67 0.97 0.53
Hex FC F3 14 0 4 5C 1 3A 61 35
Octal 374 363 24 0 4 134 1 72 141 65
Binary 11111100 11110011 10100 0 100 1011100 1 111010 1100001 110101

Color Harmonies of #FCF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF314

Black with #FCF314

Text Example


Text Example

White with #FCF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF314; }

 p { color: rgb(252,243,20); }

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

background-color css

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

 a { background-color: rgb(252,243,20); }

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

border-color css

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

 span { border-color: rgb(252,243,20); }

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