Html Css Color HEX #F6DD0D Lemon

📋 copy color: '#F6DD0D'

red 246 ◦ green 221 ◦ blue 13

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

Shades of Lemon #F6DD0D

Tints of Lemon #F6DD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 51.25%
G = 46.04%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6DD0D (or 0xF6DD0D) is known color: Lemon. HEX triplet: F6, DD and 0D. RGB value is (246,221,13). Sum of RGB (Red+Green+Blue) = 246+221+13=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DD0D is #0922F2. Grayscale: #CDCDCD. Windows color (decimal): -598771 or 908790. OLE color: 908790.

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

Color convert

RGB 246 221 13 -
CMYK 0 0.10 0.95 0.04
HSL 53.56º 0.93% 0.51% -
HSV(B) 53.56º 0.95% 0.96% -
XYZ 63.94 71.33 10.78 -
YUV 204.76 19.78 157.41 -
System Red Green Blue C M Y K H S L
Decimal 246 221 13 0 0.10 0.95 0.04 53.56 0.93 0.51
Hex F6 DD D 0 A 5F 4 36 5D 33
Octal 366 335 15 0 12 137 4 66 135 63
Binary 11110110 11011101 1101 0 1010 1011111 100 110110 1011101 110011

Color Harmonies of #F6DD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DD0D

Black with #F6DD0D

Text Example


Text Example

White with #F6DD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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