Html Css Color HEX #FDDC0F Lemon

📋 copy color: '#FDDC0F'

red 253 ◦ green 220 ◦ blue 15

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

Shades of Lemon #FDDC0F

Tints of Lemon #FDDC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.07%

R = 51.84%
G = 45.08%
B = 3.07%

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

#FDDC0F (or 0xFDDC0F) is known color: Lemon. HEX triplet: FD, DC and 0F. RGB value is (253,220,15). Sum of RGB (Red+Green+Blue) = 253+220+15=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC0F is #0223F0. Grayscale: #CFCFCF. Windows color (decimal): -140273 or 1039613. OLE color: 1039613.

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

Color convert

RGB 253 220 15 -
CMYK 0 0.13 0.94 0.01
HSL 51.68º 0.98% 0.53% -
HSV(B) 51.68º 0.94% 0.99% -
XYZ 66.19 72.1 10.88 -
YUV 206.5 19.93 161.17 -
System Red Green Blue C M Y K H S L
Decimal 253 220 15 0 0.13 0.94 0.01 51.68 0.98 0.53
Hex FD DC F 0 D 5E 1 34 62 35
Octal 375 334 17 0 15 136 1 64 142 65
Binary 11111101 11011100 1111 0 1101 1011110 1 110100 1100010 110101

Color Harmonies of #FDDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC0F

Black with #FDDC0F

Text Example


Text Example

White with #FDDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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