Shades of Sweet Corn #F5DF67
Tints of Sweet Corn #F5DF67
RGB
CMYK
RGB Variations
Color information
#F5DF67 (or 0xF5DF67) is known color: Sweet Corn. HEX triplet: F5, DF and 67. RGB value is (245,223,103). Sum of RGB (Red+Green+Blue) = 245+223+103=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DF67 is #0A2098. Grayscale: #D8D8D8. Windows color (decimal): -663705 or 6807541. OLE color: 6807541.
HSL color Cylindrical-coordinate representation of color #F5DF67: hue angle of 50.7º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5DF67 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 103 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.04 |
| HSL | 50.7º | 0.88% | 0.68% | - |
| HSV(B) | 50.7º | 0.58% | 0.96% | - |
| XYZ | 66.49 | 73.17 | 23.45 | - |
| YUV | 215.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 103 | 0 | 0.09 | 0.58 | 0.04 | 50.7 | 0.88 | 0.68 |
| Hex | F5 | DF | 67 | 0 | 9 | 3A | 4 | 33 | 58 | 44 |
| Octal | 365 | 337 | 147 | 0 | 11 | 72 | 4 | 63 | 130 | 104 |
| Binary | 11110101 | 11011111 | 1100111 | 0 | 1001 | 111010 | 100 | 110011 | 1011000 | 1000100 |
Color Harmonies of #F5DF67
Complementary color
Monochromatic Colors of #F5DF67
Black with #F5DF67
Text Example
Text Example
White with #F5DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF67; }
p { color: rgb(245,223,103); }
H1.HeaderClassName
{
color: #F5DF67;
}
.AnyTagClassName
{
color: #F5DF67;
}
</style>
background-color css
<style>
a { background-color: #F5DF67; }
a { background-color: rgb(245,223,103); }
div.DivClassName
{
background-color: #F5DF67;
}
.BgClassName
{
background-color: #F5DF67;
}
</style>
border-color css
<style>
span { border-color: #F5DF67; }
span { border-color: rgb(245,223,103); }
td.TdClassName
{
border-color: #F5DF67;
}
.TagClassName
{
border-color: #F5DF67;
}
</style>