Shades of Corn #FFF358
Tints of Corn #FFF358
RGB
CMYK
RGB Variations
Color information
#FFF358 (or 0xFFF358) is known color: Corn. HEX triplet: FF, F3 and 58. RGB value is (255,243,88). Sum of RGB (Red+Green+Blue) = 255+243+88=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 88 (34.77% from 255 or 15.02% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF358 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF358 is #000CA7. Grayscale: #E5E5E5. Windows color (decimal): -3240 or 5829631. OLE color: 5829631.
HSL color Cylindrical-coordinate representation of color #FFF358: hue angle of 55.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF358 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 88 | - |
| CMYK | 0 | 0.05 | 0.65 | 0 |
| HSL | 55.69º | 1% | 0.67% | - |
| HSV(B) | 55.69º | 0.65% | 1% | - |
| XYZ | 75.05 | 86.07 | 21.89 | - |
| YUV | 228.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 88 | 0 | 0.05 | 0.65 | 0 | 55.69 | 1 | 0.67 |
| Hex | FF | F3 | 58 | 0 | 5 | 41 | 0 | 38 | 64 | 43 |
| Octal | 377 | 363 | 130 | 0 | 5 | 101 | 0 | 70 | 144 | 103 |
| Binary | 11111111 | 11110011 | 1011000 | 0 | 101 | 1000001 | 0 | 111000 | 1100100 | 1000011 |
Color Harmonies of #FFF358
Complementary color
Monochromatic Colors of #FFF358
Black with #FFF358
Text Example
Text Example
White with #FFF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF358; }
p { color: rgb(255,243,88); }
H1.HeaderClassName
{
color: #FFF358;
}
.AnyTagClassName
{
color: #FFF358;
}
</style>
background-color css
<style>
a { background-color: #FFF358; }
a { background-color: rgb(255,243,88); }
div.DivClassName
{
background-color: #FFF358;
}
.BgClassName
{
background-color: #FFF358;
}
</style>
border-color css
<style>
span { border-color: #FFF358; }
span { border-color: rgb(255,243,88); }
td.TdClassName
{
border-color: #FFF358;
}
.TagClassName
{
border-color: #FFF358;
}
</style>