Shades of Corn #FFF165
Tints of Corn #FFF165
RGB
CMYK
RGB Variations
Color information
#FFF165 (or 0xFFF165) is known color: Corn. HEX triplet: FF, F1 and 65. RGB value is (255,241,101). Sum of RGB (Red+Green+Blue) = 255+241+101=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF165 is #000E9A. Grayscale: #E5E5E5. Windows color (decimal): -3739 or 6681087. OLE color: 6681087.
HSL color Cylindrical-coordinate representation of color #FFF165: hue angle of 54.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF165 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 101 | - |
| CMYK | 0 | 0.05 | 0.60 | 0 |
| HSL | 54.55º | 1% | 0.7% | - |
| HSV(B) | 54.55º | 0.6% | 1% | - |
| XYZ | 75.04 | 85.11 | 24.78 | - |
| YUV | 229.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 101 | 0 | 0.05 | 0.60 | 0 | 54.55 | 1 | 0.7 |
| Hex | FF | F1 | 65 | 0 | 5 | 3C | 0 | 37 | 64 | 46 |
| Octal | 377 | 361 | 145 | 0 | 5 | 74 | 0 | 67 | 144 | 106 |
| Binary | 11111111 | 11110001 | 1100101 | 0 | 101 | 111100 | 0 | 110111 | 1100100 | 1000110 |
Color Harmonies of #FFF165
Complementary color
Monochromatic Colors of #FFF165
Black with #FFF165
Text Example
Text Example
White with #FFF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF165; }
p { color: rgb(255,241,101); }
H1.HeaderClassName
{
color: #FFF165;
}
.AnyTagClassName
{
color: #FFF165;
}
</style>
background-color css
<style>
a { background-color: #FFF165; }
a { background-color: rgb(255,241,101); }
div.DivClassName
{
background-color: #FFF165;
}
.BgClassName
{
background-color: #FFF165;
}
</style>
border-color css
<style>
span { border-color: #FFF165; }
span { border-color: rgb(255,241,101); }
td.TdClassName
{
border-color: #FFF165;
}
.TagClassName
{
border-color: #FFF165;
}
</style>