Html Css Color HEX #F6DE10 Lemon

📋 copy color: '#F6DE10'

red 246 ◦ green 222 ◦ blue 16

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

Shades of Lemon #F6DE10

Tints of Lemon #F6DE10

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 16 (6.64% from 255) = 3.31%

R = 50.83%
G = 45.87%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F6DE10 (or 0xF6DE10) is known color: Lemon. HEX triplet: F6, DE and 10. RGB value is (246,222,16). Sum of RGB (Red+Green+Blue) = 246+222+16=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DE10 is #0921EF. Grayscale: #CECECE. Windows color (decimal): -598512 or 1105654. OLE color: 1105654.

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

Color convert

RGB 246 222 16 -
CMYK 0 0.10 0.93 0.04
HSL 53.74º 0.93% 0.51% -
HSV(B) 53.74º 0.93% 0.96% -
XYZ 64.22 71.87 10.98 -
YUV 205.69 20.95 156.75 -
System Red Green Blue C M Y K H S L
Decimal 246 222 16 0 0.10 0.93 0.04 53.74 0.93 0.51
Hex F6 DE 10 0 A 5D 4 36 5D 33
Octal 366 336 20 0 12 135 4 66 135 63
Binary 11110110 11011110 10000 0 1010 1011101 100 110110 1011101 110011

Color Harmonies of #F6DE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DE10

Black with #F6DE10

Text Example


Text Example

White with #F6DE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DE10; }

 p { color: rgb(246,222,16); }

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

background-color css

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

 a { background-color: rgb(246,222,16); }

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

border-color css

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

 span { border-color: rgb(246,222,16); }

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