Shades of Kournikova #FDD24E
Tints of Kournikova #FDD24E
RGB
CMYK
RGB Variations
Color information
#FDD24E (or 0xFDD24E) is known color: Kournikova. HEX triplet: FD, D2 and 4E. RGB value is (253,210,78). Sum of RGB (Red+Green+Blue) = 253+210+78=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD24E is #022DB1. Grayscale: #D0D0D0. Windows color (decimal): -142770 or 5165821. OLE color: 5165821.
HSL color Cylindrical-coordinate representation of color #FDD24E: hue angle of 45.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDD24E is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 78 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.01 |
| HSL | 45.26º | 0.98% | 0.65% | - |
| HSV(B) | 45.26º | 0.69% | 0.99% | - |
| XYZ | 64.93 | 67.53 | 16.82 | - |
| YUV | 207.81 | 54.75 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 78 | 0 | 0.17 | 0.69 | 0.01 | 45.26 | 0.98 | 0.65 |
| Hex | FD | D2 | 4E | 0 | 11 | 45 | 1 | 2D | 62 | 41 |
| Octal | 375 | 322 | 116 | 0 | 21 | 105 | 1 | 55 | 142 | 101 |
| Binary | 11111101 | 11010010 | 1001110 | 0 | 10001 | 1000101 | 1 | 101101 | 1100010 | 1000001 |
Color Harmonies of #FDD24E
Complementary color
Monochromatic Colors of #FDD24E
Black with #FDD24E
Text Example
Text Example
White with #FDD24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD24E; }
p { color: rgb(253,210,78); }
H1.HeaderClassName
{
color: #FDD24E;
}
.AnyTagClassName
{
color: #FDD24E;
}
</style>
background-color css
<style>
a { background-color: #FDD24E; }
a { background-color: rgb(253,210,78); }
div.DivClassName
{
background-color: #FDD24E;
}
.BgClassName
{
background-color: #FDD24E;
}
</style>
border-color css
<style>
span { border-color: #FDD24E; }
span { border-color: rgb(253,210,78); }
td.TdClassName
{
border-color: #FDD24E;
}
.TagClassName
{
border-color: #FDD24E;
}
</style>