Html Css Color HEX #FEDC1A Lemon

📋 copy color: '#FEDC1A'

red 254 ◦ green 220 ◦ blue 26

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

Shades of Lemon #FEDC1A

Tints of Lemon #FEDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.2%

R = 50.8%
G = 44%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEDC1A (or 0xFEDC1A) is known color: Lemon. HEX triplet: FE, DC and 1A. RGB value is (254,220,26). Sum of RGB (Red+Green+Blue) = 254+220+26=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 26 (10.55% from 255 or 5.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC1A is #0123E5. Grayscale: #D0D0D0. Windows color (decimal): -74726 or 1760510. OLE color: 1760510.

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

Color convert

RGB 254 220 26 -
CMYK 0 0.13 0.90 0.00
HSL 51.05º 0.99% 0.55% -
HSV(B) 51.05º 0.9% 1% -
XYZ 66.65 72.33 11.43 -
YUV 208.05 25.26 160.77 -
System Red Green Blue C M Y K H S L
Decimal 254 220 26 0 0.13 0.90 0.00 51.05 0.99 0.55
Hex FE DC 1A 0 D 5A 0 33 63 37
Octal 376 334 32 0 15 132 0 63 143 67
Binary 11111110 11011100 11010 0 1101 1011010 0 110011 1100011 110111

Color Harmonies of #FEDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC1A

Black with #FEDC1A

Text Example


Text Example

White with #FEDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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