Shades of Kournikova #FDCC5A
Tints of Kournikova #FDCC5A
RGB
CMYK
RGB Variations
Color information
#FDCC5A (or 0xFDCC5A) is known color: Kournikova. HEX triplet: FD, CC and 5A. RGB value is (253,204,90). Sum of RGB (Red+Green+Blue) = 253+204+90=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC5A is #0233A5. Grayscale: #CECECE. Windows color (decimal): -144294 or 5950717. OLE color: 5950717.
HSL color Cylindrical-coordinate representation of color #FDCC5A: hue angle of 41.96º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDCC5A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 90 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.01 |
| HSL | 41.96º | 0.98% | 0.67% | - |
| HSV(B) | 41.96º | 0.64% | 0.99% | - |
| XYZ | 63.95 | 64.81 | 18.81 | - |
| YUV | 205.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 90 | 0 | 0.19 | 0.64 | 0.01 | 41.96 | 0.98 | 0.67 |
| Hex | FD | CC | 5A | 0 | 13 | 40 | 1 | 2A | 62 | 43 |
| Octal | 375 | 314 | 132 | 0 | 23 | 100 | 1 | 52 | 142 | 103 |
| Binary | 11111101 | 11001100 | 1011010 | 0 | 10011 | 1000000 | 1 | 101010 | 1100010 | 1000011 |
Color Harmonies of #FDCC5A
Complementary color
Monochromatic Colors of #FDCC5A
Black with #FDCC5A
Text Example
Text Example
White with #FDCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC5A; }
p { color: rgb(253,204,90); }
H1.HeaderClassName
{
color: #FDCC5A;
}
.AnyTagClassName
{
color: #FDCC5A;
}
</style>
background-color css
<style>
a { background-color: #FDCC5A; }
a { background-color: rgb(253,204,90); }
div.DivClassName
{
background-color: #FDCC5A;
}
.BgClassName
{
background-color: #FDCC5A;
}
</style>
border-color css
<style>
span { border-color: #FDCC5A; }
span { border-color: rgb(253,204,90); }
td.TdClassName
{
border-color: #FDCC5A;
}
.TagClassName
{
border-color: #FDCC5A;
}
</style>