Html Css Color HEX #F6DA12 Lemon

📋 copy color: '#F6DA12'

red 246 ◦ green 218 ◦ blue 18

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

Shades of Lemon #F6DA12

Tints of Lemon #F6DA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

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

R = 51.04%
G = 45.23%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6DA12 (or 0xF6DA12) is known color: Lemon. HEX triplet: F6, DA and 12. RGB value is (246,218,18). Sum of RGB (Red+Green+Blue) = 246+218+18=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DA12 is #0925ED. Grayscale: #CCCCCC. Windows color (decimal): -599534 or 1235702. OLE color: 1235702.

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

Color convert

RGB 246 218 18 -
CMYK 0 0.11 0.93 0.04
HSL 52.63º 0.93% 0.52% -
HSV(B) 52.63º 0.93% 0.96% -
XYZ 63.19 69.78 10.71 -
YUV 203.57 23.28 158.26 -
System Red Green Blue C M Y K H S L
Decimal 246 218 18 0 0.11 0.93 0.04 52.63 0.93 0.52
Hex F6 DA 12 0 B 5D 4 35 5D 34
Octal 366 332 22 0 13 135 4 65 135 64
Binary 11110110 11011010 10010 0 1011 1011101 100 110101 1011101 110100

Color Harmonies of #F6DA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DA12

Black with #F6DA12

Text Example


Text Example

White with #F6DA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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