Html Css Color HEX #FCF115 Lemon

📋 copy color: '#FCF115'

red 252 ◦ green 241 ◦ blue 21

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

Shades of Lemon #FCF115

Tints of Lemon #FCF115

RGB

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

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

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

R = 49.03%
G = 46.89%
B = 4.09%

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

#FCF115 (or 0xFCF115) is known color: Lemon. HEX triplet: FC, F1 and 15. RGB value is (252,241,21). Sum of RGB (Red+Green+Blue) = 252+241+21=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 21 (8.59% from 255 or 4.09% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF115 is #030EEA. Grayscale: #DCDCDC. Windows color (decimal): -200427 or 1438204. OLE color: 1438204.

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

Color convert

RGB 252 241 21 -
CMYK 0 0.04 0.92 0.01
HSL 57.14º 0.97% 0.54% -
HSV(B) 57.14º 0.92% 0.99% -
XYZ 71.74 83.66 13.08 -
YUV 219.21 16.14 151.39 -
System Red Green Blue C M Y K H S L
Decimal 252 241 21 0 0.04 0.92 0.01 57.14 0.97 0.54
Hex FC F1 15 0 4 5C 1 39 61 36
Octal 374 361 25 0 4 134 1 71 141 66
Binary 11111100 11110001 10101 0 100 1011100 1 111001 1100001 110110

Color Harmonies of #FCF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF115

Black with #FCF115

Text Example


Text Example

White with #FCF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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