Html Css Color HEX #FEDC1D Lemon

📋 copy color: '#FEDC1D'

red 254 ◦ green 220 ◦ blue 29

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

Shades of Lemon #FEDC1D

Tints of Lemon #FEDC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.77%

R = 50.5%
G = 43.74%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEDC1D (or 0xFEDC1D) is known color: Lemon. HEX triplet: FE, DC and 1D. RGB value is (254,220,29). Sum of RGB (Red+Green+Blue) = 254+220+29=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC1D is #0123E2. Grayscale: #D1D1D1. Windows color (decimal): -74723 or 1957118. OLE color: 1957118.

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

Color convert

RGB 254 220 29 -
CMYK 0 0.13 0.89 0.00
HSL 50.93º 0.99% 0.55% -
HSV(B) 50.93º 0.89% 1% -
XYZ 66.69 72.35 11.61 -
YUV 208.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 254 220 29 0 0.13 0.89 0.00 50.93 0.99 0.55
Hex FE DC 1D 0 D 59 0 33 63 37
Octal 376 334 35 0 15 131 0 63 143 67
Binary 11111110 11011100 11101 0 1101 1011001 0 110011 1100011 110111

Color Harmonies of #FEDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC1D

Black with #FEDC1D

Text Example


Text Example

White with #FEDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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