Shades of Kournikova #FED552
Tints of Kournikova #FED552
RGB
CMYK
RGB Variations
Color information
#FED552 (or 0xFED552) is known color: Kournikova. HEX triplet: FE, D5 and 52. RGB value is (254,213,82). Sum of RGB (Red+Green+Blue) = 254+213+82=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED552 is #012AAD. Grayscale: #D2D2D2. Windows color (decimal): -76462 or 5428734. OLE color: 5428734.
HSL color Cylindrical-coordinate representation of color #FED552: hue angle of 45.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FED552 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 82 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.00 |
| HSL | 45.7º | 0.99% | 0.66% | - |
| HSV(B) | 45.7º | 0.68% | 1% | - |
| XYZ | 66.19 | 69.27 | 17.86 | - |
| YUV | 210.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 82 | 0 | 0.16 | 0.68 | 0.00 | 45.7 | 0.99 | 0.66 |
| Hex | FE | D5 | 52 | 0 | 10 | 44 | 0 | 2E | 63 | 42 |
| Octal | 376 | 325 | 122 | 0 | 20 | 104 | 0 | 56 | 143 | 102 |
| Binary | 11111110 | 11010101 | 1010010 | 0 | 10000 | 1000100 | 0 | 101110 | 1100011 | 1000010 |
Color Harmonies of #FED552
Complementary color
Monochromatic Colors of #FED552
Black with #FED552
Text Example
Text Example
White with #FED552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED552; }
p { color: rgb(254,213,82); }
H1.HeaderClassName
{
color: #FED552;
}
.AnyTagClassName
{
color: #FED552;
}
</style>
background-color css
<style>
a { background-color: #FED552; }
a { background-color: rgb(254,213,82); }
div.DivClassName
{
background-color: #FED552;
}
.BgClassName
{
background-color: #FED552;
}
</style>
border-color css
<style>
span { border-color: #FED552; }
span { border-color: rgb(254,213,82); }
td.TdClassName
{
border-color: #FED552;
}
.TagClassName
{
border-color: #FED552;
}
</style>