Html Css Color HEX #FCF116 Lemon

📋 copy color: '#FCF116'

red 252 ◦ green 241 ◦ blue 22

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

Shades of Lemon #FCF116

Tints of Lemon #FCF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 22 (8.98% from 255) = 4.27%

R = 48.93%
G = 46.8%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCF116 (or 0xFCF116) is known color: Lemon. HEX triplet: FC, F1 and 16. RGB value is (252,241,22). Sum of RGB (Red+Green+Blue) = 252+241+22=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 22 (8.98% from 255 or 4.27% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF116 is #030EE9. Grayscale: #DCDCDC. Windows color (decimal): -200426 or 1503740. OLE color: 1503740.

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

Color convert

RGB 252 241 22 -
CMYK 0 0.04 0.91 0.01
HSL 57.13º 0.97% 0.54% -
HSV(B) 57.13º 0.91% 0.99% -
XYZ 71.75 83.66 13.13 -
YUV 219.32 16.64 151.31 -
System Red Green Blue C M Y K H S L
Decimal 252 241 22 0 0.04 0.91 0.01 57.13 0.97 0.54
Hex FC F1 16 0 4 5B 1 39 61 36
Octal 374 361 26 0 4 133 1 71 141 66
Binary 11111100 11110001 10110 0 100 1011011 1 111001 1100001 110110

Color Harmonies of #FCF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF116

Black with #FCF116

Text Example


Text Example

White with #FCF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF116; }

 p { color: rgb(252,241,22); }

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

background-color css

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

 a { background-color: rgb(252,241,22); }

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

border-color css

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

 span { border-color: rgb(252,241,22); }

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