Html Css Color HEX #FDEA1D Lemon

📋 copy color: '#FDEA1D'

red 253 ◦ green 234 ◦ blue 29

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

Shades of Lemon #FDEA1D

Tints of Lemon #FDEA1D

RGB

 RED value IS 253 (99.22% from 255) = 49.03%

 GREEN value IS 234 (91.8% from 255) = 45.35%

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

R = 49.03%
G = 45.35%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDEA1D (or 0xFDEA1D) is known color: Lemon. HEX triplet: FD, EA and 1D. RGB value is (253,234,29). Sum of RGB (Red+Green+Blue) = 253+234+29=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 29 (11.72% from 255 or 5.62% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA1D is #0215E2. Grayscale: #D9D9D9. Windows color (decimal): -136675 or 1960701. OLE color: 1960701.

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

Color convert

RGB 253 234 29 -
CMYK 0 0.08 0.89 0.01
HSL 54.91º 0.98% 0.55% -
HSV(B) 54.91º 0.89% 0.99% -
XYZ 70.15 79.82 12.87 -
YUV 216.31 22.29 154.17 -
System Red Green Blue C M Y K H S L
Decimal 253 234 29 0 0.08 0.89 0.01 54.91 0.98 0.55
Hex FD EA 1D 0 8 59 1 37 62 37
Octal 375 352 35 0 10 131 1 67 142 67
Binary 11111101 11101010 11101 0 1000 1011001 1 110111 1100010 110111

Color Harmonies of #FDEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA1D

Black with #FDEA1D

Text Example


Text Example

White with #FDEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA1D; }

 p { color: rgb(253,234,29); }

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

background-color css

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

 a { background-color: rgb(253,234,29); }

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

border-color css

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

 span { border-color: rgb(253,234,29); }

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