Html Css Color HEX #FEDD1D Lemon

📋 copy color: '#FEDD1D'

red 254 ◦ green 221 ◦ blue 29

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

Shades of Lemon #FEDD1D

Tints of Lemon #FEDD1D

RGB

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

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

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

R = 50.4%
G = 43.85%
B = 5.75%

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

#FEDD1D (or 0xFEDD1D) is known color: Lemon. HEX triplet: FE, DD and 1D. RGB value is (254,221,29). Sum of RGB (Red+Green+Blue) = 254+221+29=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD1D is #0122E2. Grayscale: #D1D1D1. Windows color (decimal): -74467 or 1957374. OLE color: 1957374.

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

Color convert

RGB 254 221 29 -
CMYK 0 0.13 0.89 0.00
HSL 51.2º 0.99% 0.55% -
HSV(B) 51.2º 0.89% 1% -
XYZ 66.95 72.87 11.7 -
YUV 208.98 26.43 160.11 -
System Red Green Blue C M Y K H S L
Decimal 254 221 29 0 0.13 0.89 0.00 51.2 0.99 0.55
Hex FE DD 1D 0 D 59 0 33 63 37
Octal 376 335 35 0 15 131 0 63 143 67
Binary 11111110 11011101 11101 0 1101 1011001 0 110011 1100011 110111

Color Harmonies of #FEDD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD1D

Black with #FEDD1D

Text Example


Text Example

White with #FEDD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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