Shades of Kournikova #FDCC50
Tints of Kournikova #FDCC50
RGB
CMYK
RGB Variations
Color information
#FDCC50 (or 0xFDCC50) is known color: Kournikova. HEX triplet: FD, CC and 50. RGB value is (253,204,80). Sum of RGB (Red+Green+Blue) = 253+204+80=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC50 is #0233AF. Grayscale: #CDCDCD. Windows color (decimal): -144304 or 5295357. OLE color: 5295357.
HSL color Cylindrical-coordinate representation of color #FDCC50: hue angle of 43.01º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDCC50 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 80 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.01 |
| HSL | 43.01º | 0.98% | 0.65% | - |
| HSV(B) | 43.01º | 0.68% | 0.99% | - |
| XYZ | 63.55 | 64.65 | 16.72 | - |
| YUV | 204.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 80 | 0 | 0.19 | 0.68 | 0.01 | 43.01 | 0.98 | 0.65 |
| Hex | FD | CC | 50 | 0 | 13 | 44 | 1 | 2B | 62 | 41 |
| Octal | 375 | 314 | 120 | 0 | 23 | 104 | 1 | 53 | 142 | 101 |
| Binary | 11111101 | 11001100 | 1010000 | 0 | 10011 | 1000100 | 1 | 101011 | 1100010 | 1000001 |
Color Harmonies of #FDCC50
Complementary color
Monochromatic Colors of #FDCC50
Black with #FDCC50
Text Example
Text Example
White with #FDCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC50; }
p { color: rgb(253,204,80); }
H1.HeaderClassName
{
color: #FDCC50;
}
.AnyTagClassName
{
color: #FDCC50;
}
</style>
background-color css
<style>
a { background-color: #FDCC50; }
a { background-color: rgb(253,204,80); }
div.DivClassName
{
background-color: #FDCC50;
}
.BgClassName
{
background-color: #FDCC50;
}
</style>
border-color css
<style>
span { border-color: #FDCC50; }
span { border-color: rgb(253,204,80); }
td.TdClassName
{
border-color: #FDCC50;
}
.TagClassName
{
border-color: #FDCC50;
}
</style>