Shades of Corn #FFF167
Tints of Corn #FFF167
RGB
CMYK
RGB Variations
Color information
#FFF167 (or 0xFFF167) is known color: Corn. HEX triplet: FF, F1 and 67. RGB value is (255,241,103). Sum of RGB (Red+Green+Blue) = 255+241+103=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 103 (40.62% from 255 or 17.20% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF167 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF167 is #000E98. Grayscale: #E6E6E6. Windows color (decimal): -3737 or 6812159. OLE color: 6812159.
HSL color Cylindrical-coordinate representation of color #FFF167: hue angle of 54.47º 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 #FFF167 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 103 | - |
| CMYK | 0 | 0.05 | 0.60 | 0 |
| HSL | 54.47º | 1% | 0.7% | - |
| HSV(B) | 54.47º | 0.6% | 1% | - |
| XYZ | 75.14 | 85.15 | 25.31 | - |
| YUV | 229.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 103 | 0 | 0.05 | 0.60 | 0 | 54.47 | 1 | 0.7 |
| Hex | FF | F1 | 67 | 0 | 5 | 3C | 0 | 36 | 64 | 46 |
| Octal | 377 | 361 | 147 | 0 | 5 | 74 | 0 | 66 | 144 | 106 |
| Binary | 11111111 | 11110001 | 1100111 | 0 | 101 | 111100 | 0 | 110110 | 1100100 | 1000110 |
Color Harmonies of #FFF167
Complementary color
Monochromatic Colors of #FFF167
Black with #FFF167
Text Example
Text Example
White with #FFF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF167; }
p { color: rgb(255,241,103); }
H1.HeaderClassName
{
color: #FFF167;
}
.AnyTagClassName
{
color: #FFF167;
}
</style>
background-color css
<style>
a { background-color: #FFF167; }
a { background-color: rgb(255,241,103); }
div.DivClassName
{
background-color: #FFF167;
}
.BgClassName
{
background-color: #FFF167;
}
</style>
border-color css
<style>
span { border-color: #FFF167; }
span { border-color: rgb(255,241,103); }
td.TdClassName
{
border-color: #FFF167;
}
.TagClassName
{
border-color: #FFF167;
}
</style>