#FDDF75

Color #FDDF75 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FDDF75

Tints of Sweet Corn #FDDF75

Color information

#FDDF75 (or 0xFDDF75) is unknown color: approx Sweet Corn. HEX triplet: FD, DF and 75. RGB value is (253,223,117). Sum of RGB (Red+Green+Blue) = 253+223+117=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF75 is #02208A. Grayscale: #DCDCDC. Windows color (decimal): -139403 or 7725053. OLE color: 7725053.

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

Color convert

RGB253223117-
CMYK00.120.540.01
HSL46.76º97.14%72.55%-
HSV(B)46.76º53.75%99.22%-
XYZ70.1174.9427.6-
YUV219.8969.94151.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 117 (46.09% from 255) = 19.73%
R=42.66%
G=37.61%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322311700.120.540.0146.7697.1472.55
HexFDDF750C3612f6149
Octal37533716501466157141111
Binary1111110111011111111010101100110110110111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF75; }

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

 H1.HeaderClassName
 {
   color: #FDDF75;
 }
 .AnyTagClassName
 {
   color: #FDDF75;
 }
</style>
background-color css

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

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

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

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

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

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