Html Css Color HEX #FCF215 Lemon

📋 copy color: '#FCF215'

red 252 ◦ green 242 ◦ blue 21

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

Shades of Lemon #FCF215

Tints of Lemon #FCF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.08%

R = 48.93%
G = 46.99%
B = 4.08%

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

#FCF215 (or 0xFCF215) is known color: Lemon. HEX triplet: FC, F2 and 15. RGB value is (252,242,21). Sum of RGB (Red+Green+Blue) = 252+242+21=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 21 (8.59% from 255 or 4.08% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF215 is #030DEA. Grayscale: #DCDCDC. Windows color (decimal): -200171 or 1438460. OLE color: 1438460.

HSL color Cylindrical-coordinate representation of color #FCF215: hue angle of 57.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCF215 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 21 -
CMYK 0 0.04 0.92 0.01
HSL 57.4º 0.97% 0.54% -
HSV(B) 57.4º 0.92% 0.99% -
XYZ 72.03 84.25 13.18 -
YUV 219.8 15.81 150.97 -
System Red Green Blue C M Y K H S L
Decimal 252 242 21 0 0.04 0.92 0.01 57.4 0.97 0.54
Hex FC F2 15 0 4 5C 1 39 61 36
Octal 374 362 25 0 4 134 1 71 141 66
Binary 11111100 11110010 10101 0 100 1011100 1 111001 1100001 110110

Color Harmonies of #FCF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF215

Black with #FCF215

Text Example


Text Example

White with #FCF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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