Shades of Kournikova #FED255
Tints of Kournikova #FED255
RGB
CMYK
RGB Variations
Color information
#FED255 (or 0xFED255) is known color: Kournikova. HEX triplet: FE, D2 and 55. RGB value is (254,210,85). Sum of RGB (Red+Green+Blue) = 254+210+85=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED255 is #012DAA. Grayscale: #D1D1D1. Windows color (decimal): -77227 or 5624574. OLE color: 5624574.
HSL color Cylindrical-coordinate representation of color #FED255: hue angle of 44.38º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED255 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 85 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 44.38º | 0.99% | 0.66% | - |
| HSV(B) | 44.38º | 0.67% | 1% | - |
| XYZ | 65.56 | 67.82 | 18.23 | - |
| YUV | 208.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 85 | 0 | 0.17 | 0.67 | 0.00 | 44.38 | 0.99 | 0.66 |
| Hex | FE | D2 | 55 | 0 | 11 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 322 | 125 | 0 | 21 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010010 | 1010101 | 0 | 10001 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED255
Complementary color
Monochromatic Colors of #FED255
Black with #FED255
Text Example
Text Example
White with #FED255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED255; }
p { color: rgb(254,210,85); }
H1.HeaderClassName
{
color: #FED255;
}
.AnyTagClassName
{
color: #FED255;
}
</style>
background-color css
<style>
a { background-color: #FED255; }
a { background-color: rgb(254,210,85); }
div.DivClassName
{
background-color: #FED255;
}
.BgClassName
{
background-color: #FED255;
}
</style>
border-color css
<style>
span { border-color: #FED255; }
span { border-color: rgb(254,210,85); }
td.TdClassName
{
border-color: #FED255;
}
.TagClassName
{
border-color: #FED255;
}
</style>