Html Css Color HEX #FEDD10 Lemon

📋 copy color: '#FEDD10'

red 254 ◦ green 221 ◦ blue 16

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

Shades of Lemon #FEDD10

Tints of Lemon #FEDD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.26%

R = 51.73%
G = 45.01%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEDD10 (or 0xFEDD10) is known color: Lemon. HEX triplet: FE, DD and 10. RGB value is (254,221,16). Sum of RGB (Red+Green+Blue) = 254+221+16=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD10 is #0122EF. Grayscale: #D0D0D0. Windows color (decimal): -74480 or 1105406. OLE color: 1105406.

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

Color convert

RGB 254 221 16 -
CMYK 0 0.13 0.94 0.00
HSL 51.68º 0.99% 0.53% -
HSV(B) 51.68º 0.94% 1% -
XYZ 66.82 72.82 11.02 -
YUV 207.5 19.93 161.17 -
System Red Green Blue C M Y K H S L
Decimal 254 221 16 0 0.13 0.94 0.00 51.68 0.99 0.53
Hex FE DD 10 0 D 5E 0 34 63 35
Octal 376 335 20 0 15 136 0 64 143 65
Binary 11111110 11011101 10000 0 1101 1011110 0 110100 1100011 110101

Color Harmonies of #FEDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD10

Black with #FEDD10

Text Example


Text Example

White with #FEDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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