Shades of Kournikova #FDD454
Tints of Kournikova #FDD454
RGB
CMYK
RGB Variations
Color information
#FDD454 (or 0xFDD454) is known color: Kournikova. HEX triplet: FD, D4 and 54. RGB value is (253,212,84). Sum of RGB (Red+Green+Blue) = 253+212+84=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD454 is #022BAB. Grayscale: #D2D2D2. Windows color (decimal): -142252 or 5559549. OLE color: 5559549.
HSL color Cylindrical-coordinate representation of color #FDD454: hue angle of 45.44º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDD454 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 84 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.01 |
| HSL | 45.44º | 0.98% | 0.66% | - |
| HSV(B) | 45.44º | 0.67% | 0.99% | - |
| XYZ | 65.65 | 68.61 | 18.17 | - |
| YUV | 209.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 84 | 0 | 0.16 | 0.67 | 0.01 | 45.44 | 0.98 | 0.66 |
| Hex | FD | D4 | 54 | 0 | 10 | 43 | 1 | 2D | 62 | 42 |
| Octal | 375 | 324 | 124 | 0 | 20 | 103 | 1 | 55 | 142 | 102 |
| Binary | 11111101 | 11010100 | 1010100 | 0 | 10000 | 1000011 | 1 | 101101 | 1100010 | 1000010 |
Color Harmonies of #FDD454
Complementary color
Monochromatic Colors of #FDD454
Black with #FDD454
Text Example
Text Example
White with #FDD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD454; }
p { color: rgb(253,212,84); }
H1.HeaderClassName
{
color: #FDD454;
}
.AnyTagClassName
{
color: #FDD454;
}
</style>
background-color css
<style>
a { background-color: #FDD454; }
a { background-color: rgb(253,212,84); }
div.DivClassName
{
background-color: #FDD454;
}
.BgClassName
{
background-color: #FDD454;
}
</style>
border-color css
<style>
span { border-color: #FDD454; }
span { border-color: rgb(253,212,84); }
td.TdClassName
{
border-color: #FDD454;
}
.TagClassName
{
border-color: #FDD454;
}
</style>