#f4dd7a

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

Shades of Sweet Corn #F4DD7A

Tints of Sweet Corn #F4DD7A

Color information

#F4DD7A (or 0xF4DD7A) is unknown color: approx Sweet Corn. HEX triplet: F4, DD and 7A. RGB value is (244,221,122). Sum of RGB (Red+Green+Blue) = 244+221+122=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DD7A is #0B2285. Grayscale: #D9D9D9. Windows color (decimal): -729734 or 8052212. OLE color: 8052212.

HSL color Cylindrical-coordinate representation of color #F4DD7A: hue angle of 48.69º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4DD7A is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB244221122-
CMYK00.090.50.04
HSL48.69º84.72%71.76%-
HSV(B)48.69º50%95.69%-
XYZ66.6872.3528.86-
YUV216.5974.62147.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 122 (48.05% from 255) = 20.78%
R=41.57%
G=37.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422112200.090.50.0448.6984.7271.76
HexF4DD7A09324315548
Octal36433517201162461125110
Binary111101001101110111110100100111001010011000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4dd7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4dd7a; }

 p { color: rgb(244,221,122); }

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

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

 a { background-color: rgb(244,221,122); }

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

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

 span { border-color: rgb(244,221,122); }

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