Shades of Kournikova #FFD448
Tints of Kournikova #FFD448
RGB
CMYK
RGB Variations
Color information
#FFD448 (or 0xFFD448) is known color: Kournikova. HEX triplet: FF, D4 and 48. RGB value is (255,212,72). Sum of RGB (Red+Green+Blue) = 255+212+72=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD448 is #002BB7. Grayscale: #D1D1D1. Windows color (decimal): -11192 or 4773119. OLE color: 4773119.
HSL color Cylindrical-coordinate representation of color #FFD448: hue angle of 45.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD448 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 72 | - |
| CMYK | 0 | 0.17 | 0.72 | 0 |
| HSL | 45.9º | 1% | 0.64% | - |
| HSV(B) | 45.9º | 0.72% | 1% | - |
| XYZ | 65.95 | 68.81 | 15.94 | - |
| YUV | 208.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 72 | 0 | 0.17 | 0.72 | 0 | 45.9 | 1 | 0.64 |
| Hex | FF | D4 | 48 | 0 | 11 | 48 | 0 | 2E | 64 | 40 |
| Octal | 377 | 324 | 110 | 0 | 21 | 110 | 0 | 56 | 144 | 100 |
| Binary | 11111111 | 11010100 | 1001000 | 0 | 10001 | 1001000 | 0 | 101110 | 1100100 | 1000000 |
Color Harmonies of #FFD448
Complementary color
Monochromatic Colors of #FFD448
Black with #FFD448
Text Example
Text Example
White with #FFD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD448; }
p { color: rgb(255,212,72); }
H1.HeaderClassName
{
color: #FFD448;
}
.AnyTagClassName
{
color: #FFD448;
}
</style>
background-color css
<style>
a { background-color: #FFD448; }
a { background-color: rgb(255,212,72); }
div.DivClassName
{
background-color: #FFD448;
}
.BgClassName
{
background-color: #FFD448;
}
</style>
border-color css
<style>
span { border-color: #FFD448; }
span { border-color: rgb(255,212,72); }
td.TdClassName
{
border-color: #FFD448;
}
.TagClassName
{
border-color: #FFD448;
}
</style>