Html Css Color HEX #FDDC13 Lemon

📋 copy color: '#FDDC13'

red 253 ◦ green 220 ◦ blue 19

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

Shades of Lemon #FDDC13

Tints of Lemon #FDDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.86%

R = 51.42%
G = 44.72%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDDC13 (or 0xFDDC13) is known color: Lemon. HEX triplet: FD, DC and 13. RGB value is (253,220,19). Sum of RGB (Red+Green+Blue) = 253+220+19=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC13 is #0223EC. Grayscale: #CFCFCF. Windows color (decimal): -140269 or 1301757. OLE color: 1301757.

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

Color convert

RGB 253 220 19 -
CMYK 0 0.13 0.92 0.01
HSL 51.54º 0.98% 0.53% -
HSV(B) 51.54º 0.92% 0.99% -
XYZ 66.22 72.12 11.05 -
YUV 206.95 21.93 160.84 -
System Red Green Blue C M Y K H S L
Decimal 253 220 19 0 0.13 0.92 0.01 51.54 0.98 0.53
Hex FD DC 13 0 D 5C 1 34 62 35
Octal 375 334 23 0 15 134 1 64 142 65
Binary 11111101 11011100 10011 0 1101 1011100 1 110100 1100010 110101

Color Harmonies of #FDDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC13

Black with #FDDC13

Text Example


Text Example

White with #FDDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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