Html Css Color HEX #F6ED0D Lemon

📋 copy color: '#F6ED0D'

red 246 ◦ green 237 ◦ blue 13

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

Shades of Lemon #F6ED0D

Tints of Lemon #F6ED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.78%

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

R = 49.6%
G = 47.78%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6ED0D (or 0xF6ED0D) is known color: Lemon. HEX triplet: F6, ED and 0D. RGB value is (246,237,13). Sum of RGB (Red+Green+Blue) = 246+237+13=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F6ED0D is #0912F2. Grayscale: #D7D7D7. Windows color (decimal): -594675 or 912886. OLE color: 912886.

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

Color convert

RGB 246 237 13 -
CMYK 0 0.04 0.95 0.04
HSL 57.68º 0.93% 0.51% -
HSV(B) 57.68º 0.95% 0.96% -
XYZ 68.36 80.19 12.26 -
YUV 214.16 14.48 150.71 -
System Red Green Blue C M Y K H S L
Decimal 246 237 13 0 0.04 0.95 0.04 57.68 0.93 0.51
Hex F6 ED D 0 4 5F 4 3A 5D 33
Octal 366 355 15 0 4 137 4 72 135 63
Binary 11110110 11101101 1101 0 100 1011111 100 111010 1011101 110011

Color Harmonies of #F6ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ED0D

Black with #F6ED0D

Text Example


Text Example

White with #F6ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ED0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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