Html Css Color HEX #FCF214 Lemon

📋 copy color: '#FCF214'

red 252 ◦ green 242 ◦ blue 20

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

Shades of Lemon #FCF214

Tints of Lemon #FCF214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

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

R = 49.03%
G = 47.08%
B = 3.89%

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

#FCF214 (or 0xFCF214) is known color: Lemon. HEX triplet: FC, F2 and 14. RGB value is (252,242,20). Sum of RGB (Red+Green+Blue) = 252+242+20=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF214 is #030DEB. Grayscale: #DCDCDC. Windows color (decimal): -200172 or 1372924. OLE color: 1372924.

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

Color convert

RGB 252 242 20 -
CMYK 0 0.04 0.92 0.01
HSL 57.41º 0.97% 0.53% -
HSV(B) 57.41º 0.92% 0.99% -
XYZ 72.02 84.25 13.13 -
YUV 219.68 15.31 151.05 -
System Red Green Blue C M Y K H S L
Decimal 252 242 20 0 0.04 0.92 0.01 57.41 0.97 0.53
Hex FC F2 14 0 4 5C 1 39 61 35
Octal 374 362 24 0 4 134 1 71 141 65
Binary 11111100 11110010 10100 0 100 1011100 1 111001 1100001 110101

Color Harmonies of #FCF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF214

Black with #FCF214

Text Example


Text Example

White with #FCF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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