Html Css Color HEX #F6DB0E Lemon

📋 copy color: '#F6DB0E'

red 246 ◦ green 219 ◦ blue 14

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

Shades of Lemon #F6DB0E

Tints of Lemon #F6DB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 51.36%
G = 45.72%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6DB0E (or 0xF6DB0E) is known color: Lemon. HEX triplet: F6, DB and 0E. RGB value is (246,219,14). Sum of RGB (Red+Green+Blue) = 246+219+14=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DB0E is #0924F1. Grayscale: #CCCCCC. Windows color (decimal): -599282 or 973814. OLE color: 973814.

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

Color convert

RGB 246 219 14 -
CMYK 0 0.11 0.94 0.04
HSL 53.02º 0.93% 0.51% -
HSV(B) 53.02º 0.94% 0.96% -
XYZ 63.42 70.29 10.64 -
YUV 203.7 20.95 158.17 -
System Red Green Blue C M Y K H S L
Decimal 246 219 14 0 0.11 0.94 0.04 53.02 0.93 0.51
Hex F6 DB E 0 B 5E 4 35 5D 33
Octal 366 333 16 0 13 136 4 65 135 63
Binary 11110110 11011011 1110 0 1011 1011110 100 110101 1011101 110011

Color Harmonies of #F6DB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DB0E

Black with #F6DB0E

Text Example


Text Example

White with #F6DB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DB0E; }

 p { color: rgb(246,219,14); }

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

background-color css

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

 a { background-color: rgb(246,219,14); }

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

border-color css

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

 span { border-color: rgb(246,219,14); }

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