Html Css Color HEX #F6E212 Lemon

📋 copy color: '#F6E212'

red 246 ◦ green 226 ◦ blue 18

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

Shades of Lemon #F6E212

Tints of Lemon #F6E212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 18 (7.42% from 255) = 3.67%

R = 50.2%
G = 46.12%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6E212 (or 0xF6E212) is known color: Lemon. HEX triplet: F6, E2 and 12. RGB value is (246,226,18). Sum of RGB (Red+Green+Blue) = 246+226+18=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E212 is #091DED. Grayscale: #D1D1D1. Windows color (decimal): -597486 or 1237750. OLE color: 1237750.

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

Color convert

RGB 246 226 18 -
CMYK 0 0.08 0.93 0.04
HSL 54.74º 0.93% 0.52% -
HSV(B) 54.74º 0.93% 0.96% -
XYZ 65.31 74.03 11.42 -
YUV 208.27 20.63 154.91 -
System Red Green Blue C M Y K H S L
Decimal 246 226 18 0 0.08 0.93 0.04 54.74 0.93 0.52
Hex F6 E2 12 0 8 5D 4 37 5D 34
Octal 366 342 22 0 10 135 4 67 135 64
Binary 11110110 11100010 10010 0 1000 1011101 100 110111 1011101 110100

Color Harmonies of #F6E212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E212

Black with #F6E212

Text Example


Text Example

White with #F6E212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E212; }

 p { color: rgb(246,226,18); }

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

background-color css

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

 a { background-color: rgb(246,226,18); }

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

border-color css

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

 span { border-color: rgb(246,226,18); }

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