Html Css Color HEX #FEDE18 Lemon

📋 copy color: '#FEDE18'

red 254 ◦ green 222 ◦ blue 24

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

Shades of Lemon #FEDE18

Tints of Lemon #FEDE18

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

 BLUE value IS 24 (9.77% from 255) = 4.8%

R = 50.8%
G = 44.4%
B = 4.8%

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

#FEDE18 (or 0xFEDE18) is known color: Lemon. HEX triplet: FE, DE and 18. RGB value is (254,222,24). Sum of RGB (Red+Green+Blue) = 254+222+24=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 24 (9.77% from 255 or 4.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE18 is #0121E7. Grayscale: #D1D1D1. Windows color (decimal): -74216 or 1629950. OLE color: 1629950.

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

Color convert

RGB 254 222 24 -
CMYK 0 0.13 0.91 0.00
HSL 51.65º 0.99% 0.55% -
HSV(B) 51.65º 0.91% 1% -
XYZ 67.16 73.38 11.49 -
YUV 209 23.6 160.1 -
System Red Green Blue C M Y K H S L
Decimal 254 222 24 0 0.13 0.91 0.00 51.65 0.99 0.55
Hex FE DE 18 0 D 5B 0 34 63 37
Octal 376 336 30 0 15 133 0 64 143 67
Binary 11111110 11011110 11000 0 1101 1011011 0 110100 1100011 110111

Color Harmonies of #FEDE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE18

Black with #FEDE18

Text Example


Text Example

White with #FEDE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE18; }

 p { color: rgb(254,222,24); }

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

background-color css

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

 a { background-color: rgb(254,222,24); }

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

border-color css

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

 span { border-color: rgb(254,222,24); }

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