#FDDF7A

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

Shades of Sweet Corn #FDDF7A

Tints of Sweet Corn #FDDF7A

Color information

#FDDF7A (or 0xFDDF7A) is unknown color: approx Sweet Corn. HEX triplet: FD, DF and 7A. RGB value is (253,223,122). Sum of RGB (Red+Green+Blue) = 253+223+122=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7A is #022085. Grayscale: #DCDCDC. Windows color (decimal): -139398 or 8052733. OLE color: 8052733.

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

Color convert

RGB253223122-
CMYK00.120.520.01
HSL46.26º97.04%73.53%-
HSV(B)46.26º51.78%99.22%-
XYZ70.4175.0629.19-
YUV220.4672.44151.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 122 (48.05% from 255) = 20.40%
R=42.31%
G=37.29%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322312200.120.520.0146.2697.0473.53
HexFDDF7A0C3412e614a
Octal37533717201464156141112
Binary1111110111011111111101001100110100110111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF7A; }

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

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

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

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

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

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

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

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