Html Css Color HEX #F6DD10 Lemon

📋 copy color: '#F6DD10'

red 246 ◦ green 221 ◦ blue 16

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

Shades of Lemon #F6DD10

Tints of Lemon #F6DD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.76%

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

R = 50.93%
G = 45.76%
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

#F6DD10 (or 0xF6DD10) is known color: Lemon. HEX triplet: F6, DD and 10. RGB value is (246,221,16). Sum of RGB (Red+Green+Blue) = 246+221+16=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DD10 is #0922EF. Grayscale: #CDCDCD. Windows color (decimal): -598768 or 1105398. OLE color: 1105398.

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

Color convert

RGB 246 221 16 -
CMYK 0 0.10 0.93 0.04
HSL 53.48º 0.93% 0.51% -
HSV(B) 53.48º 0.93% 0.96% -
XYZ 63.96 71.34 10.89 -
YUV 205.11 21.28 157.17 -
System Red Green Blue C M Y K H S L
Decimal 246 221 16 0 0.10 0.93 0.04 53.48 0.93 0.51
Hex F6 DD 10 0 A 5D 4 35 5D 33
Octal 366 335 20 0 12 135 4 65 135 63
Binary 11110110 11011101 10000 0 1010 1011101 100 110101 1011101 110011

Color Harmonies of #F6DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DD10

Black with #F6DD10

Text Example


Text Example

White with #F6DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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