Html Css Color HEX #FEDD16 Lemon

📋 copy color: '#FEDD16'

red 254 ◦ green 221 ◦ blue 22

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

Shades of Lemon #FEDD16

Tints of Lemon #FEDD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.43%

R = 51.11%
G = 44.47%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEDD16 (or 0xFEDD16) is known color: Lemon. HEX triplet: FE, DD and 16. RGB value is (254,221,22). Sum of RGB (Red+Green+Blue) = 254+221+22=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 22 (8.98% from 255 or 4.43% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD16 is #0122E9. Grayscale: #D1D1D1. Windows color (decimal): -74474 or 1498622. OLE color: 1498622.

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

Color convert

RGB 254 221 22 -
CMYK 0 0.13 0.91 0.00
HSL 51.47º 0.99% 0.54% -
HSV(B) 51.47º 0.91% 1% -
XYZ 66.87 72.84 11.29 -
YUV 208.18 22.93 160.68 -
System Red Green Blue C M Y K H S L
Decimal 254 221 22 0 0.13 0.91 0.00 51.47 0.99 0.54
Hex FE DD 16 0 D 5B 0 33 63 36
Octal 376 335 26 0 15 133 0 63 143 66
Binary 11111110 11011101 10110 0 1101 1011011 0 110011 1100011 110110

Color Harmonies of #FEDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD16

Black with #FEDD16

Text Example


Text Example

White with #FEDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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