Html Css Color HEX #FFF414 Lemon

📋 copy color: '#FFF414'

red 255 ◦ green 244 ◦ blue 20

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

Shades of Lemon #FFF414

Tints of Lemon #FFF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.01%

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

R = 49.13%
G = 47.01%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFF414 (or 0xFFF414) is known color: Lemon. HEX triplet: FF, F4 and 14. RGB value is (255,244,20). Sum of RGB (Red+Green+Blue) = 255+244+20=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 20 (8.20% from 255 or 3.85% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF414 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF414 is #000BEB. Grayscale: #DEDEDE. Windows color (decimal): -3052 or 1373439. OLE color: 1373439.

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

Color convert

RGB 255 244 20 -
CMYK 0 0.04 0.92 0
HSL 57.19º 1% 0.54% -
HSV(B) 57.19º 0.92% 1% -
XYZ 73.72 86.01 13.38 -
YUV 221.75 14.14 151.71 -
System Red Green Blue C M Y K H S L
Decimal 255 244 20 0 0.04 0.92 0 57.19 1 0.54
Hex FF F4 14 0 4 5C 0 39 64 36
Octal 377 364 24 0 4 134 0 71 144 66
Binary 11111111 11110100 10100 0 100 1011100 0 111001 1100100 110110

Color Harmonies of #FFF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF414

Black with #FFF414

Text Example


Text Example

White with #FFF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF414; }

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

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

background-color css

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

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

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

border-color css

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

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

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