Html Css Color HEX #F6E014 Lemon

📋 copy color: '#F6E014'

red 246 ◦ green 224 ◦ blue 20

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

Shades of Lemon #F6E014

Tints of Lemon #F6E014

RGB

 RED value IS 246 (96.48% from 255) = 50.2%

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 50.2%
G = 45.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F6E014 (or 0xF6E014) is known color: Lemon. HEX triplet: F6, E0 and 14. RGB value is (246,224,20). Sum of RGB (Red+Green+Blue) = 246+224+20=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E014 is #091FEB. Grayscale: #D0D0D0. Windows color (decimal): -597996 or 1368310. OLE color: 1368310.

HSL color Cylindrical-coordinate representation of color #F6E014: hue angle of 54.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6E014 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 224 20 -
CMYK 0 0.09 0.92 0.04
HSL 54.16º 0.93% 0.52% -
HSV(B) 54.16º 0.92% 0.96% -
XYZ 64.79 72.95 11.33 -
YUV 207.32 22.29 155.59 -
System Red Green Blue C M Y K H S L
Decimal 246 224 20 0 0.09 0.92 0.04 54.16 0.93 0.52
Hex F6 E0 14 0 9 5C 4 36 5D 34
Octal 366 340 24 0 11 134 4 66 135 64
Binary 11110110 11100000 10100 0 1001 1011100 100 110110 1011101 110100

Color Harmonies of #F6E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E014

Black with #F6E014

Text Example


Text Example

White with #F6E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E014; }

 p { color: rgb(246,224,20); }

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

background-color css

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

 a { background-color: rgb(246,224,20); }

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

border-color css

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

 span { border-color: rgb(246,224,20); }

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