Html Css Color HEX #FEDD1A Lemon

📋 copy color: '#FEDD1A'

red 254 ◦ green 221 ◦ blue 26

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

Shades of Lemon #FEDD1A

Tints of Lemon #FEDD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 50.7%
G = 44.11%
B = 5.19%

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

#FEDD1A (or 0xFEDD1A) is known color: Lemon. HEX triplet: FE, DD and 1A. RGB value is (254,221,26). Sum of RGB (Red+Green+Blue) = 254+221+26=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 26 (10.55% from 255 or 5.19% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD1A is #0122E5. Grayscale: #D1D1D1. Windows color (decimal): -74470 or 1760766. OLE color: 1760766.

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

Color convert

RGB 254 221 26 -
CMYK 0 0.13 0.90 0.00
HSL 51.32º 0.99% 0.55% -
HSV(B) 51.32º 0.9% 1% -
XYZ 66.92 72.86 11.51 -
YUV 208.64 24.93 160.36 -
System Red Green Blue C M Y K H S L
Decimal 254 221 26 0 0.13 0.90 0.00 51.32 0.99 0.55
Hex FE DD 1A 0 D 5A 0 33 63 37
Octal 376 335 32 0 15 132 0 63 143 67
Binary 11111110 11011101 11010 0 1101 1011010 0 110011 1100011 110111

Color Harmonies of #FEDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD1A

Black with #FEDD1A

Text Example


Text Example

White with #FEDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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