Html Css Color HEX #FEDD11 Lemon

📋 copy color: '#FEDD11'

red 254 ◦ green 221 ◦ blue 17

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

Shades of Lemon #FEDD11

Tints of Lemon #FEDD11

RGB

 RED value IS 254 (99.61% from 255) = 51.63%

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

 BLUE value IS 17 (7.03% from 255) = 3.46%

R = 51.63%
G = 44.92%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEDD11 (or 0xFEDD11) is known color: Lemon. HEX triplet: FE, DD and 11. RGB value is (254,221,17). Sum of RGB (Red+Green+Blue) = 254+221+17=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 17 (7.03% from 255 or 3.46% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD11 is #0122EE. Grayscale: #D0D0D0. Windows color (decimal): -74479 or 1170942. OLE color: 1170942.

HSL color Cylindrical-coordinate representation of color #FEDD11: hue angle of 51.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEDD11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 17 -
CMYK 0 0.13 0.93 0.00
HSL 51.65º 0.99% 0.53% -
HSV(B) 51.65º 0.93% 1% -
XYZ 66.83 72.82 11.06 -
YUV 207.61 20.43 161.09 -
System Red Green Blue C M Y K H S L
Decimal 254 221 17 0 0.13 0.93 0.00 51.65 0.99 0.53
Hex FE DD 11 0 D 5D 0 34 63 35
Octal 376 335 21 0 15 135 0 64 143 65
Binary 11111110 11011101 10001 0 1101 1011101 0 110100 1100011 110101

Color Harmonies of #FEDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD11

Black with #FEDD11

Text Example


Text Example

White with #FEDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD11; }

 p { color: rgb(254,221,17); }

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

background-color css

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

 a { background-color: rgb(254,221,17); }

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

border-color css

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

 span { border-color: rgb(254,221,17); }

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