Html Css Color HEX #FDDF76 Sweet Corn

📋 copy color: '#FDDF76'

red 253 ◦ green 223 ◦ blue 118

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

Shades of Sweet Corn #FDDF76

Tints of Sweet Corn #FDDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

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

R = 42.59%
G = 37.54%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDDF76 (or 0xFDDF76) is known color: Sweet Corn. HEX triplet: FD, DF and 76. RGB value is (253,223,118). Sum of RGB (Red+Green+Blue) = 253+223+118=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF76 is #022089. Grayscale: #DCDCDC. Windows color (decimal): -139402 or 7790589. OLE color: 7790589.

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

Color convert

RGB 253 223 118 -
CMYK 0 0.12 0.53 0.01
HSL 46.67º 0.97% 0.73% -
HSV(B) 46.67º 0.53% 0.99% -
XYZ 70.17 74.97 27.91 -
YUV 220 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 253 223 118 0 0.12 0.53 0.01 46.67 0.97 0.73
Hex FD DF 76 0 C 35 1 2F 61 49
Octal 375 337 166 0 14 65 1 57 141 111
Binary 11111101 11011111 1110110 0 1100 110101 1 101111 1100001 1001001

Color Harmonies of #FDDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF76

Black with #FDDF76

Text Example


Text Example

White with #FDDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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