Html Css Color HEX #FDDC11 Lemon

📋 copy color: '#FDDC11'

red 253 ◦ green 220 ◦ blue 17

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

Shades of Lemon #FDDC11

Tints of Lemon #FDDC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.47%

R = 51.63%
G = 44.9%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDDC11 (or 0xFDDC11) is known color: Lemon. HEX triplet: FD, DC and 11. RGB value is (253,220,17). Sum of RGB (Red+Green+Blue) = 253+220+17=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 17 (7.03% from 255 or 3.47% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC11 is #0223EE. Grayscale: #CFCFCF. Windows color (decimal): -140271 or 1170685. OLE color: 1170685.

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

Color convert

RGB 253 220 17 -
CMYK 0 0.13 0.93 0.01
HSL 51.61º 0.98% 0.53% -
HSV(B) 51.61º 0.93% 0.99% -
XYZ 66.2 72.11 10.96 -
YUV 206.73 20.93 161.01 -
System Red Green Blue C M Y K H S L
Decimal 253 220 17 0 0.13 0.93 0.01 51.61 0.98 0.53
Hex FD DC 11 0 D 5D 1 34 62 35
Octal 375 334 21 0 15 135 1 64 142 65
Binary 11111101 11011100 10001 0 1101 1011101 1 110100 1100010 110101

Color Harmonies of #FDDC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC11

Black with #FDDC11

Text Example


Text Example

White with #FDDC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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