Html Css Color HEX #FCF614 Lemon

📋 copy color: '#FCF614'

red 252 ◦ green 246 ◦ blue 20

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

Shades of Lemon #FCF614

Tints of Lemon #FCF614

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.49%

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

R = 48.65%
G = 47.49%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCF614 (or 0xFCF614) is known color: Lemon. HEX triplet: FC, F6 and 14. RGB value is (252,246,20). Sum of RGB (Red+Green+Blue) = 252+246+20=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 20 (8.20% from 255 or 3.86% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF614 is #0309EB. Grayscale: #DEDEDE. Windows color (decimal): -199148 or 1373948. OLE color: 1373948.

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

Color convert

RGB 252 246 20 -
CMYK 0 0.02 0.92 0.01
HSL 58.45º 0.97% 0.53% -
HSV(B) 58.45º 0.92% 0.99% -
XYZ 73.23 86.66 13.53 -
YUV 222.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 252 246 20 0 0.02 0.92 0.01 58.45 0.97 0.53
Hex FC F6 14 0 2 5C 1 3A 61 35
Octal 374 366 24 0 2 134 1 72 141 65
Binary 11111100 11110110 10100 0 10 1011100 1 111010 1100001 110101

Color Harmonies of #FCF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF614

Black with #FCF614

Text Example


Text Example

White with #FCF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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