Shades of Kournikova #FECF52
Tints of Kournikova #FECF52
RGB
CMYK
RGB Variations
Color information
#FECF52 (or 0xFECF52) is known color: Kournikova. HEX triplet: FE, CF and 52. RGB value is (254,207,82). Sum of RGB (Red+Green+Blue) = 254+207+82=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF52 is #0130AD. Grayscale: #CFCFCF. Windows color (decimal): -77998 or 5427198. OLE color: 5427198.
HSL color Cylindrical-coordinate representation of color #FECF52: hue angle of 43.6º 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 #FECF52 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 82 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.00 |
| HSL | 43.6º | 0.99% | 0.66% | - |
| HSV(B) | 43.6º | 0.68% | 1% | - |
| XYZ | 64.71 | 66.31 | 17.37 | - |
| YUV | 206.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 82 | 0 | 0.19 | 0.68 | 0.00 | 43.6 | 0.99 | 0.66 |
| Hex | FE | CF | 52 | 0 | 13 | 44 | 0 | 2C | 63 | 42 |
| Octal | 376 | 317 | 122 | 0 | 23 | 104 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11001111 | 1010010 | 0 | 10011 | 1000100 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FECF52
Complementary color
Monochromatic Colors of #FECF52
Black with #FECF52
Text Example
Text Example
White with #FECF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF52; }
p { color: rgb(254,207,82); }
H1.HeaderClassName
{
color: #FECF52;
}
.AnyTagClassName
{
color: #FECF52;
}
</style>
background-color css
<style>
a { background-color: #FECF52; }
a { background-color: rgb(254,207,82); }
div.DivClassName
{
background-color: #FECF52;
}
.BgClassName
{
background-color: #FECF52;
}
</style>
border-color css
<style>
span { border-color: #FECF52; }
span { border-color: rgb(254,207,82); }
td.TdClassName
{
border-color: #FECF52;
}
.TagClassName
{
border-color: #FECF52;
}
</style>