Html Css Color HEX #FCF11C Lemon

📋 copy color: '#FCF11C'

red 252 ◦ green 241 ◦ blue 28

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

Shades of Lemon #FCF11C

Tints of Lemon #FCF11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.37%

R = 48.37%
G = 46.26%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCF11C (or 0xFCF11C) is known color: Lemon. HEX triplet: FC, F1 and 1C. RGB value is (252,241,28). Sum of RGB (Red+Green+Blue) = 252+241+28=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 28 (11.33% from 255 or 5.37% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF11C is #030EE3. Grayscale: #DCDCDC. Windows color (decimal): -200420 or 1896956. OLE color: 1896956.

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

Color convert

RGB 252 241 28 -
CMYK 0 0.04 0.89 0.01
HSL 57.05º 0.97% 0.55% -
HSV(B) 57.05º 0.89% 0.99% -
XYZ 71.81 83.69 13.47 -
YUV 220.01 19.64 150.82 -
System Red Green Blue C M Y K H S L
Decimal 252 241 28 0 0.04 0.89 0.01 57.05 0.97 0.55
Hex FC F1 1C 0 4 59 1 39 61 37
Octal 374 361 34 0 4 131 1 71 141 67
Binary 11111100 11110001 11100 0 100 1011001 1 111001 1100001 110111

Color Harmonies of #FCF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF11C

Black with #FCF11C

Text Example


Text Example

White with #FCF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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