Html Css Color HEX #FDDC1D Lemon

📋 copy color: '#FDDC1D'

red 253 ◦ green 220 ◦ blue 29

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

Shades of Lemon #FDDC1D

Tints of Lemon #FDDC1D

RGB

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

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

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

R = 50.4%
G = 43.82%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDDC1D (or 0xFDDC1D) is known color: Lemon. HEX triplet: FD, DC and 1D. RGB value is (253,220,29). Sum of RGB (Red+Green+Blue) = 253+220+29=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC1D is #0223E2. Grayscale: #D0D0D0. Windows color (decimal): -140259 or 1957117. OLE color: 1957117.

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

Color convert

RGB 253 220 29 -
CMYK 0 0.13 0.89 0.01
HSL 51.16º 0.98% 0.55% -
HSV(B) 51.16º 0.89% 0.99% -
XYZ 66.32 72.16 11.59 -
YUV 208.09 26.93 160.03 -
System Red Green Blue C M Y K H S L
Decimal 253 220 29 0 0.13 0.89 0.01 51.16 0.98 0.55
Hex FD DC 1D 0 D 59 1 33 62 37
Octal 375 334 35 0 15 131 1 63 142 67
Binary 11111101 11011100 11101 0 1101 1011001 1 110011 1100010 110111

Color Harmonies of #FDDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC1D

Black with #FDDC1D

Text Example


Text Example

White with #FDDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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