Shades of Corn Field #FFF3B7
Tints of Corn Field #FFF3B7
RGB
CMYK
RGB Variations
Color information
#FFF3B7 (or 0xFFF3B7) is known color: Corn Field. HEX triplet: FF, F3 and B7. RGB value is (255,243,183). Sum of RGB (Red+Green+Blue) = 255+243+183=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 183 (71.88% from 255 or 26.87% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3B7 is #000C48. Grayscale: #F0F0F0. Windows color (decimal): -3145 or 12055551. OLE color: 12055551.
HSL color Cylindrical-coordinate representation of color #FFF3B7: hue angle of 50º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF3B7 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 183 | - |
| CMYK | 0 | 0.05 | 0.28 | 0 |
| HSL | 50º | 1% | 0.86% | - |
| HSV(B) | 50º | 0.28% | 1% | - |
| XYZ | 81.84 | 88.78 | 57.62 | - |
| YUV | 239.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 183 | 0 | 0.05 | 0.28 | 0 | 50 | 1 | 0.86 |
| Hex | FF | F3 | B7 | 0 | 5 | 1C | 0 | 32 | 64 | 56 |
| Octal | 377 | 363 | 267 | 0 | 5 | 34 | 0 | 62 | 144 | 126 |
| Binary | 11111111 | 11110011 | 10110111 | 0 | 101 | 11100 | 0 | 110010 | 1100100 | 1010110 |
Color Harmonies of #FFF3B7
Complementary color
Monochromatic Colors of #FFF3B7
Black with #FFF3B7
Text Example
Text Example
White with #FFF3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3B7; }
p { color: rgb(255,243,183); }
H1.HeaderClassName
{
color: #FFF3B7;
}
.AnyTagClassName
{
color: #FFF3B7;
}
</style>
background-color css
<style>
a { background-color: #FFF3B7; }
a { background-color: rgb(255,243,183); }
div.DivClassName
{
background-color: #FFF3B7;
}
.BgClassName
{
background-color: #FFF3B7;
}
</style>
border-color css
<style>
span { border-color: #FFF3B7; }
span { border-color: rgb(255,243,183); }
td.TdClassName
{
border-color: #FFF3B7;
}
.TagClassName
{
border-color: #FFF3B7;
}
</style>