Html Css Color HEX #FEDA16 Lemon

📋 copy color: '#FEDA16'

red 254 ◦ green 218 ◦ blue 22

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

Shades of Lemon #FEDA16

Tints of Lemon #FEDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 51.42%
G = 44.13%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEDA16 (or 0xFEDA16) is known color: Lemon. HEX triplet: FE, DA and 16. RGB value is (254,218,22). Sum of RGB (Red+Green+Blue) = 254+218+22=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA16 is #0125E9. Grayscale: #CFCFCF. Windows color (decimal): -75242 or 1497854. OLE color: 1497854.

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

Color convert

RGB 254 218 22 -
CMYK 0 0.14 0.91 0.00
HSL 50.69º 0.99% 0.54% -
HSV(B) 50.69º 0.91% 1% -
XYZ 66.09 71.27 11.03 -
YUV 206.42 23.93 161.94 -
System Red Green Blue C M Y K H S L
Decimal 254 218 22 0 0.14 0.91 0.00 50.69 0.99 0.54
Hex FE DA 16 0 E 5B 0 33 63 36
Octal 376 332 26 0 16 133 0 63 143 66
Binary 11111110 11011010 10110 0 1110 1011011 0 110011 1100011 110110

Color Harmonies of #FEDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA16

Black with #FEDA16

Text Example


Text Example

White with #FEDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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