Shades of Corn #FFF75A
Tints of Corn #FFF75A
RGB
CMYK
RGB Variations
Color information
#FFF75A (or 0xFFF75A) is known color: Corn. HEX triplet: FF, F7 and 5A. RGB value is (255,247,90). Sum of RGB (Red+Green+Blue) = 255+247+90=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 90 (35.55% from 255 or 15.20% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF75A is #0008A5. Grayscale: #E8E8E8. Windows color (decimal): -2214 or 5961727. OLE color: 5961727.
HSL color Cylindrical-coordinate representation of color #FFF75A: hue angle of 57.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF75A is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 90 | - |
| CMYK | 0 | 0.03 | 0.65 | 0 |
| HSL | 57.09º | 1% | 0.68% | - |
| HSV(B) | 57.09º | 0.65% | 1% | - |
| XYZ | 76.35 | 88.52 | 22.74 | - |
| YUV | 231.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 90 | 0 | 0.03 | 0.65 | 0 | 57.09 | 1 | 0.68 |
| Hex | FF | F7 | 5A | 0 | 3 | 41 | 0 | 39 | 64 | 44 |
| Octal | 377 | 367 | 132 | 0 | 3 | 101 | 0 | 71 | 144 | 104 |
| Binary | 11111111 | 11110111 | 1011010 | 0 | 11 | 1000001 | 0 | 111001 | 1100100 | 1000100 |
Color Harmonies of #FFF75A
Complementary color
Monochromatic Colors of #FFF75A
Black with #FFF75A
Text Example
Text Example
White with #FFF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF75A; }
p { color: rgb(255,247,90); }
H1.HeaderClassName
{
color: #FFF75A;
}
.AnyTagClassName
{
color: #FFF75A;
}
</style>
background-color css
<style>
a { background-color: #FFF75A; }
a { background-color: rgb(255,247,90); }
div.DivClassName
{
background-color: #FFF75A;
}
.BgClassName
{
background-color: #FFF75A;
}
</style>
border-color css
<style>
span { border-color: #FFF75A; }
span { border-color: rgb(255,247,90); }
td.TdClassName
{
border-color: #FFF75A;
}
.TagClassName
{
border-color: #FFF75A;
}
</style>