Html Css Color HEX #F6DE1E Lemon

📋 copy color: '#F6DE1E'

red 246 ◦ green 222 ◦ blue 30

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

Shades of Lemon #F6DE1E

Tints of Lemon #F6DE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.02%

R = 49.4%
G = 44.58%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6DE1E (or 0xF6DE1E) is known color: Lemon. HEX triplet: F6, DE and 1E. RGB value is (246,222,30). Sum of RGB (Red+Green+Blue) = 246+222+30=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DE1E is #0921E1. Grayscale: #D0D0D0. Windows color (decimal): -598498 or 2023158. OLE color: 2023158.

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

Color convert

RGB 246 222 30 -
CMYK 0 0.10 0.88 0.04
HSL 53.33º 0.92% 0.54% -
HSV(B) 53.33º 0.88% 0.96% -
XYZ 64.36 71.93 11.72 -
YUV 207.29 27.95 155.61 -
System Red Green Blue C M Y K H S L
Decimal 246 222 30 0 0.10 0.88 0.04 53.33 0.92 0.54
Hex F6 DE 1E 0 A 58 4 35 5C 36
Octal 366 336 36 0 12 130 4 65 134 66
Binary 11110110 11011110 11110 0 1010 1011000 100 110101 1011100 110110

Color Harmonies of #F6DE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DE1E

Black with #F6DE1E

Text Example


Text Example

White with #F6DE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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