Shades of Kournikova #FFCF53
Tints of Kournikova #FFCF53
RGB
CMYK
RGB Variations
Color information
#FFCF53 (or 0xFFCF53) is known color: Kournikova. HEX triplet: FF, CF and 53. RGB value is (255,207,83). Sum of RGB (Red+Green+Blue) = 255+207+83=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF53 is #0030AC. Grayscale: #CFCFCF. Windows color (decimal): -12461 or 5492735. OLE color: 5492735.
HSL color Cylindrical-coordinate representation of color #FFCF53: hue angle of 43.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCF53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 83 | - |
| CMYK | 0 | 0.19 | 0.67 | 0 |
| HSL | 43.26º | 1% | 0.66% | - |
| HSV(B) | 43.26º | 0.67% | 1% | - |
| XYZ | 65.11 | 66.51 | 17.59 | - |
| YUV | 207.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 83 | 0 | 0.19 | 0.67 | 0 | 43.26 | 1 | 0.66 |
| Hex | FF | CF | 53 | 0 | 13 | 43 | 0 | 2B | 64 | 42 |
| Octal | 377 | 317 | 123 | 0 | 23 | 103 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001111 | 1010011 | 0 | 10011 | 1000011 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCF53
Complementary color
Monochromatic Colors of #FFCF53
Black with #FFCF53
Text Example
Text Example
White with #FFCF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF53; }
p { color: rgb(255,207,83); }
H1.HeaderClassName
{
color: #FFCF53;
}
.AnyTagClassName
{
color: #FFCF53;
}
</style>
background-color css
<style>
a { background-color: #FFCF53; }
a { background-color: rgb(255,207,83); }
div.DivClassName
{
background-color: #FFCF53;
}
.BgClassName
{
background-color: #FFCF53;
}
</style>
border-color css
<style>
span { border-color: #FFCF53; }
span { border-color: rgb(255,207,83); }
td.TdClassName
{
border-color: #FFCF53;
}
.TagClassName
{
border-color: #FFCF53;
}
</style>