Html Css Color HEX #FDDC76 Sweet Corn

📋 copy color: '#FDDC76'

red 253 ◦ green 220 ◦ blue 118

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

Shades of Sweet Corn #FDDC76

Tints of Sweet Corn #FDDC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.97%

R = 42.81%
G = 37.23%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDDC76 (or 0xFDDC76) is known color: Sweet Corn. HEX triplet: FD, DC and 76. RGB value is (253,220,118). Sum of RGB (Red+Green+Blue) = 253+220+118=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC76 is #022389. Grayscale: #DADADA. Windows color (decimal): -140170 or 7789821. OLE color: 7789821.

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

Color convert

RGB 253 220 118 -
CMYK 0 0.13 0.53 0.01
HSL 45.33º 0.97% 0.73% -
HSV(B) 45.33º 0.53% 0.99% -
XYZ 69.37 73.38 27.65 -
YUV 218.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 253 220 118 0 0.13 0.53 0.01 45.33 0.97 0.73
Hex FD DC 76 0 D 35 1 2D 61 49
Octal 375 334 166 0 15 65 1 55 141 111
Binary 11111101 11011100 1110110 0 1101 110101 1 101101 1100001 1001001

Color Harmonies of #FDDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC76

Black with #FDDC76

Text Example


Text Example

White with #FDDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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