Shades of Corn #FEF163
Tints of Corn #FEF163
RGB
CMYK
RGB Variations
Color information
#FEF163 (or 0xFEF163) is known color: Corn. HEX triplet: FE, F1 and 63. RGB value is (254,241,99). Sum of RGB (Red+Green+Blue) = 254+241+99=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 99 (39.06% from 255 or 16.67% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF163 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF163 is #010E9C. Grayscale: #E5E5E5. Windows color (decimal): -69277 or 6550014. OLE color: 6550014.
HSL color Cylindrical-coordinate representation of color #FEF163: hue angle of 54.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEF163 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 99 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.00 |
| HSL | 54.97º | 0.99% | 0.69% | - |
| HSV(B) | 54.97º | 0.61% | 1% | - |
| XYZ | 74.58 | 84.88 | 24.26 | - |
| YUV | 228.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 99 | 0 | 0.05 | 0.61 | 0.00 | 54.97 | 0.99 | 0.69 |
| Hex | FE | F1 | 63 | 0 | 5 | 3D | 0 | 37 | 63 | 45 |
| Octal | 376 | 361 | 143 | 0 | 5 | 75 | 0 | 67 | 143 | 105 |
| Binary | 11111110 | 11110001 | 1100011 | 0 | 101 | 111101 | 0 | 110111 | 1100011 | 1000101 |
Color Harmonies of #FEF163
Complementary color
Monochromatic Colors of #FEF163
Black with #FEF163
Text Example
Text Example
White with #FEF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF163; }
p { color: rgb(254,241,99); }
H1.HeaderClassName
{
color: #FEF163;
}
.AnyTagClassName
{
color: #FEF163;
}
</style>
background-color css
<style>
a { background-color: #FEF163; }
a { background-color: rgb(254,241,99); }
div.DivClassName
{
background-color: #FEF163;
}
.BgClassName
{
background-color: #FEF163;
}
</style>
border-color css
<style>
span { border-color: #FEF163; }
span { border-color: rgb(254,241,99); }
td.TdClassName
{
border-color: #FEF163;
}
.TagClassName
{
border-color: #FEF163;
}
</style>