Html Css Color HEX #FCF11A Lemon

📋 copy color: '#FCF11A'

red 252 ◦ green 241 ◦ blue 26

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

Shades of Lemon #FCF11A

Tints of Lemon #FCF11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.01%

R = 48.55%
G = 46.44%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCF11A (or 0xFCF11A) is known color: Lemon. HEX triplet: FC, F1 and 1A. RGB value is (252,241,26). Sum of RGB (Red+Green+Blue) = 252+241+26=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 26 (10.55% from 255 or 5.01% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF11A is #030EE5. Grayscale: #DCDCDC. Windows color (decimal): -200422 or 1765884. OLE color: 1765884.

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

Color convert

RGB 252 241 26 -
CMYK 0 0.04 0.90 0.01
HSL 57.08º 0.97% 0.55% -
HSV(B) 57.08º 0.9% 0.99% -
XYZ 71.79 83.68 13.35 -
YUV 219.78 18.64 150.98 -
System Red Green Blue C M Y K H S L
Decimal 252 241 26 0 0.04 0.90 0.01 57.08 0.97 0.55
Hex FC F1 1A 0 4 5A 1 39 61 37
Octal 374 361 32 0 4 132 1 71 141 67
Binary 11111100 11110001 11010 0 100 1011010 1 111001 1100001 110111

Color Harmonies of #FCF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF11A

Black with #FCF11A

Text Example


Text Example

White with #FCF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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