Html Css Color HEX #FCF514 Lemon

📋 copy color: '#FCF514'

red 252 ◦ green 245 ◦ blue 20

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

Shades of Lemon #FCF514

Tints of Lemon #FCF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.39%

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

R = 48.74%
G = 47.39%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF514 (or 0xFCF514) is known color: Lemon. HEX triplet: FC, F5 and 14. RGB value is (252,245,20). Sum of RGB (Red+Green+Blue) = 252+245+20=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 20 (8.20% from 255 or 3.87% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF514 is #030AEB. Grayscale: #DEDEDE. Windows color (decimal): -199404 or 1373692. OLE color: 1373692.

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

Color convert

RGB 252 245 20 -
CMYK 0 0.03 0.92 0.01
HSL 58.19º 0.97% 0.53% -
HSV(B) 58.19º 0.92% 0.99% -
XYZ 72.92 86.05 13.43 -
YUV 221.44 14.32 149.8 -
System Red Green Blue C M Y K H S L
Decimal 252 245 20 0 0.03 0.92 0.01 58.19 0.97 0.53
Hex FC F5 14 0 3 5C 1 3A 61 35
Octal 374 365 24 0 3 134 1 72 141 65
Binary 11111100 11110101 10100 0 11 1011100 1 111010 1100001 110101

Color Harmonies of #FCF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF514

Black with #FCF514

Text Example


Text Example

White with #FCF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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