Html Css Color HEX #FEDC17 Lemon

📋 copy color: '#FEDC17'

red 254 ◦ green 220 ◦ blue 23

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

Shades of Lemon #FEDC17

Tints of Lemon #FEDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.27%

 BLUE value IS 23 (9.38% from 255) = 4.63%

R = 51.11%
G = 44.27%
B = 4.63%

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

#FEDC17 (or 0xFEDC17) is known color: Lemon. HEX triplet: FE, DC and 17. RGB value is (254,220,23). Sum of RGB (Red+Green+Blue) = 254+220+23=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 23 (9.38% from 255 or 4.63% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC17 is #0123E8. Grayscale: #D0D0D0. Windows color (decimal): -74729 or 1563902. OLE color: 1563902.

HSL color Cylindrical-coordinate representation of color #FEDC17: hue angle of 51.17º 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 #FEDC17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 23 -
CMYK 0 0.13 0.91 0.00
HSL 51.17º 0.99% 0.54% -
HSV(B) 51.17º 0.91% 1% -
XYZ 66.62 72.32 11.26 -
YUV 207.71 23.76 161.02 -
System Red Green Blue C M Y K H S L
Decimal 254 220 23 0 0.13 0.91 0.00 51.17 0.99 0.54
Hex FE DC 17 0 D 5B 0 33 63 36
Octal 376 334 27 0 15 133 0 63 143 66
Binary 11111110 11011100 10111 0 1101 1011011 0 110011 1100011 110110

Color Harmonies of #FEDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC17

Black with #FEDC17

Text Example


Text Example

White with #FEDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC17; }

 p { color: rgb(254,220,23); }

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

background-color css

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

 a { background-color: rgb(254,220,23); }

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

border-color css

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

 span { border-color: rgb(254,220,23); }

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