Html Css Color HEX #F6E112 Lemon

📋 copy color: '#F6E112'

red 246 ◦ green 225 ◦ blue 18

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

Shades of Lemon #F6E112

Tints of Lemon #F6E112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

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

R = 50.31%
G = 46.01%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6E112 (or 0xF6E112) is known color: Lemon. HEX triplet: F6, E1 and 12. RGB value is (246,225,18). Sum of RGB (Red+Green+Blue) = 246+225+18=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6E112 is #091EED. Grayscale: #D0D0D0. Windows color (decimal): -597742 or 1237494. OLE color: 1237494.

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

Color convert

RGB 246 225 18 -
CMYK 0 0.09 0.93 0.04
HSL 54.47º 0.93% 0.52% -
HSV(B) 54.47º 0.93% 0.96% -
XYZ 65.04 73.49 11.33 -
YUV 207.68 20.96 155.33 -
System Red Green Blue C M Y K H S L
Decimal 246 225 18 0 0.09 0.93 0.04 54.47 0.93 0.52
Hex F6 E1 12 0 9 5D 4 36 5D 34
Octal 366 341 22 0 11 135 4 66 135 64
Binary 11110110 11100001 10010 0 1001 1011101 100 110110 1011101 110100

Color Harmonies of #F6E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E112

Black with #F6E112

Text Example


Text Example

White with #F6E112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E112; }

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

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

background-color css

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

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

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

border-color css

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

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

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