Html Css Color HEX #FDDC10 Lemon

📋 copy color: '#FDDC10'

red 253 ◦ green 220 ◦ blue 16

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

Shades of Lemon #FDDC10

Tints of Lemon #FDDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 51.74%
G = 44.99%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDDC10 (or 0xFDDC10) is known color: Lemon. HEX triplet: FD, DC and 10. RGB value is (253,220,16). Sum of RGB (Red+Green+Blue) = 253+220+16=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC10 is #0223EF. Grayscale: #CFCFCF. Windows color (decimal): -140272 or 1105149. OLE color: 1105149.

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

Color convert

RGB 253 220 16 -
CMYK 0 0.13 0.94 0.01
HSL 51.65º 0.98% 0.53% -
HSV(B) 51.65º 0.94% 0.99% -
XYZ 66.19 72.11 10.92 -
YUV 206.61 20.43 161.09 -
System Red Green Blue C M Y K H S L
Decimal 253 220 16 0 0.13 0.94 0.01 51.65 0.98 0.53
Hex FD DC 10 0 D 5E 1 34 62 35
Octal 375 334 20 0 15 136 1 64 142 65
Binary 11111101 11011100 10000 0 1101 1011110 1 110100 1100010 110101

Color Harmonies of #FDDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC10

Black with #FDDC10

Text Example


Text Example

White with #FDDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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