Html Css Color HEX #FCF114 Lemon

📋 copy color: '#FCF114'

red 252 ◦ green 241 ◦ blue 20

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

Shades of Lemon #FCF114

Tints of Lemon #FCF114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.9%

R = 49.12%
G = 46.98%
B = 3.9%

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

#FCF114 (or 0xFCF114) is known color: Lemon. HEX triplet: FC, F1 and 14. RGB value is (252,241,20). Sum of RGB (Red+Green+Blue) = 252+241+20=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF114 is #030EEB. Grayscale: #DBDBDB. Windows color (decimal): -200428 or 1372668. OLE color: 1372668.

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

Color convert

RGB 252 241 20 -
CMYK 0 0.04 0.92 0.01
HSL 57.16º 0.97% 0.53% -
HSV(B) 57.16º 0.92% 0.99% -
XYZ 71.73 83.66 13.03 -
YUV 219.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 252 241 20 0 0.04 0.92 0.01 57.16 0.97 0.53
Hex FC F1 14 0 4 5C 1 39 61 35
Octal 374 361 24 0 4 134 1 71 141 65
Binary 11111100 11110001 10100 0 100 1011100 1 111001 1100001 110101

Color Harmonies of #FCF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF114

Black with #FCF114

Text Example


Text Example

White with #FCF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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