Shades of Corn #FFF163
Tints of Corn #FFF163
RGB
CMYK
RGB Variations
Color information
#FFF163 (or 0xFFF163) is known color: Corn. HEX triplet: FF, F1 and 63. RGB value is (255,241,99). Sum of RGB (Red+Green+Blue) = 255+241+99=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 99 (39.06% from 255 or 16.64% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF163 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF163 is #000E9C. Grayscale: #E5E5E5. Windows color (decimal): -3741 or 6550015. OLE color: 6550015.
HSL color Cylindrical-coordinate representation of color #FFF163: hue angle of 54.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF163 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 99 | - |
| CMYK | 0 | 0.05 | 0.61 | 0 |
| HSL | 54.62º | 1% | 0.69% | - |
| HSV(B) | 54.62º | 0.61% | 1% | - |
| XYZ | 74.95 | 85.07 | 24.27 | - |
| YUV | 229 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 99 | 0 | 0.05 | 0.61 | 0 | 54.62 | 1 | 0.69 |
| Hex | FF | F1 | 63 | 0 | 5 | 3D | 0 | 37 | 64 | 45 |
| Octal | 377 | 361 | 143 | 0 | 5 | 75 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110001 | 1100011 | 0 | 101 | 111101 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF163
Complementary color
Monochromatic Colors of #FFF163
Black with #FFF163
Text Example
Text Example
White with #FFF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF163; }
p { color: rgb(255,241,99); }
H1.HeaderClassName
{
color: #FFF163;
}
.AnyTagClassName
{
color: #FFF163;
}
</style>
background-color css
<style>
a { background-color: #FFF163; }
a { background-color: rgb(255,241,99); }
div.DivClassName
{
background-color: #FFF163;
}
.BgClassName
{
background-color: #FFF163;
}
</style>
border-color css
<style>
span { border-color: #FFF163; }
span { border-color: rgb(255,241,99); }
td.TdClassName
{
border-color: #FFF163;
}
.TagClassName
{
border-color: #FFF163;
}
</style>