Shades of Sweet Corn #F5DF7B
Tints of Sweet Corn #F5DF7B
RGB
CMYK
RGB Variations
Color information
#F5DF7B (or 0xF5DF7B) is known color: Sweet Corn. HEX triplet: F5, DF and 7B. RGB value is (245,223,123). Sum of RGB (Red+Green+Blue) = 245+223+123=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF7B is #0A2084. Grayscale: #DADADA. Windows color (decimal): -663685 or 8118261. OLE color: 8118261.
HSL color Cylindrical-coordinate representation of color #F5DF7B: hue angle of 49.18º degrees, saturation: 0.86, 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 #F5DF7B is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 123 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.04 |
| HSL | 49.18º | 0.86% | 0.72% | - |
| HSV(B) | 49.18º | 0.5% | 0.96% | - |
| XYZ | 67.62 | 73.62 | 29.38 | - |
| YUV | 218.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 123 | 0 | 0.09 | 0.50 | 0.04 | 49.18 | 0.86 | 0.72 |
| Hex | F5 | DF | 7B | 0 | 9 | 32 | 4 | 31 | 56 | 48 |
| Octal | 365 | 337 | 173 | 0 | 11 | 62 | 4 | 61 | 126 | 110 |
| Binary | 11110101 | 11011111 | 1111011 | 0 | 1001 | 110010 | 100 | 110001 | 1010110 | 1001000 |
Color Harmonies of #F5DF7B
Complementary color
Monochromatic Colors of #F5DF7B
Black with #F5DF7B
Text Example
Text Example
White with #F5DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF7B; }
p { color: rgb(245,223,123); }
H1.HeaderClassName
{
color: #F5DF7B;
}
.AnyTagClassName
{
color: #F5DF7B;
}
</style>
background-color css
<style>
a { background-color: #F5DF7B; }
a { background-color: rgb(245,223,123); }
div.DivClassName
{
background-color: #F5DF7B;
}
.BgClassName
{
background-color: #F5DF7B;
}
</style>
border-color css
<style>
span { border-color: #F5DF7B; }
span { border-color: rgb(245,223,123); }
td.TdClassName
{
border-color: #F5DF7B;
}
.TagClassName
{
border-color: #F5DF7B;
}
</style>