Html Css Color HEX #FFF114 Lemon

📋 copy color: '#FFF114'

red 255 ◦ green 241 ◦ blue 20

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

Shades of Lemon #FFF114

Tints of Lemon #FFF114

RGB

 RED value IS 255 (100% from 255) = 49.42%

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

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

R = 49.42%
G = 46.71%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFF114 (or 0xFFF114) is known color: Lemon. HEX triplet: FF, F1 and 14. RGB value is (255,241,20). Sum of RGB (Red+Green+Blue) = 255+241+20=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 20 (8.20% from 255 or 3.88% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF114 is #000EEB. Grayscale: #DCDCDC. Windows color (decimal): -3820 or 1372671. OLE color: 1372671.

HSL color Cylindrical-coordinate representation of color #FFF114: hue angle of 56.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFF114 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 20 -
CMYK 0 0.05 0.92 0
HSL 56.43º 1% 0.54% -
HSV(B) 56.43º 0.92% 1% -
XYZ 72.82 84.22 13.08 -
YUV 219.99 15.14 152.97 -
System Red Green Blue C M Y K H S L
Decimal 255 241 20 0 0.05 0.92 0 56.43 1 0.54
Hex FF F1 14 0 5 5C 0 38 64 36
Octal 377 361 24 0 5 134 0 70 144 66
Binary 11111111 11110001 10100 0 101 1011100 0 111000 1100100 110110

Color Harmonies of #FFF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF114

Black with #FFF114

Text Example


Text Example

White with #FFF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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