Shades of Kournikova #FFD057
Tints of Kournikova #FFD057
RGB
CMYK
RGB Variations
Color information
#FFD057 (or 0xFFD057) is known color: Kournikova. HEX triplet: FF, D0 and 57. RGB value is (255,208,87). Sum of RGB (Red+Green+Blue) = 255+208+87=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD057 is #002FA8. Grayscale: #D0D0D0. Windows color (decimal): -12201 or 5755135. OLE color: 5755135.
HSL color Cylindrical-coordinate representation of color #FFD057: hue angle of 43.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFD057 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 87 | - |
| CMYK | 0 | 0.18 | 0.66 | 0 |
| HSL | 43.21º | 1% | 0.67% | - |
| HSV(B) | 43.21º | 0.66% | 1% | - |
| XYZ | 65.52 | 67.06 | 18.51 | - |
| YUV | 208.26 | 59.57 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 87 | 0 | 0.18 | 0.66 | 0 | 43.21 | 1 | 0.67 |
| Hex | FF | D0 | 57 | 0 | 12 | 42 | 0 | 2B | 64 | 43 |
| Octal | 377 | 320 | 127 | 0 | 22 | 102 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11010000 | 1010111 | 0 | 10010 | 1000010 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFD057
Complementary color
Monochromatic Colors of #FFD057
Black with #FFD057
Text Example
Text Example
White with #FFD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD057; }
p { color: rgb(255,208,87); }
H1.HeaderClassName
{
color: #FFD057;
}
.AnyTagClassName
{
color: #FFD057;
}
</style>
background-color css
<style>
a { background-color: #FFD057; }
a { background-color: rgb(255,208,87); }
div.DivClassName
{
background-color: #FFD057;
}
.BgClassName
{
background-color: #FFD057;
}
</style>
border-color css
<style>
span { border-color: #FFD057; }
span { border-color: rgb(255,208,87); }
td.TdClassName
{
border-color: #FFD057;
}
.TagClassName
{
border-color: #FFD057;
}
</style>