Shades of Kournikova #FDCC5C
Tints of Kournikova #FDCC5C
RGB
CMYK
RGB Variations
Color information
#FDCC5C (or 0xFDCC5C) is known color: Kournikova. HEX triplet: FD, CC and 5C. RGB value is (253,204,92). Sum of RGB (Red+Green+Blue) = 253+204+92=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC5C is #0233A3. Grayscale: #CECECE. Windows color (decimal): -144292 or 6081789. OLE color: 6081789.
HSL color Cylindrical-coordinate representation of color #FDCC5C: hue angle of 41.74º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDCC5C is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 92 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.01 |
| HSL | 41.74º | 0.98% | 0.68% | - |
| HSV(B) | 41.74º | 0.64% | 0.99% | - |
| XYZ | 64.03 | 64.84 | 19.27 | - |
| YUV | 205.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 92 | 0 | 0.19 | 0.64 | 0.01 | 41.74 | 0.98 | 0.68 |
| Hex | FD | CC | 5C | 0 | 13 | 40 | 1 | 2A | 62 | 44 |
| Octal | 375 | 314 | 134 | 0 | 23 | 100 | 1 | 52 | 142 | 104 |
| Binary | 11111101 | 11001100 | 1011100 | 0 | 10011 | 1000000 | 1 | 101010 | 1100010 | 1000100 |
Color Harmonies of #FDCC5C
Complementary color
Monochromatic Colors of #FDCC5C
Black with #FDCC5C
Text Example
Text Example
White with #FDCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC5C; }
p { color: rgb(253,204,92); }
H1.HeaderClassName
{
color: #FDCC5C;
}
.AnyTagClassName
{
color: #FDCC5C;
}
</style>
background-color css
<style>
a { background-color: #FDCC5C; }
a { background-color: rgb(253,204,92); }
div.DivClassName
{
background-color: #FDCC5C;
}
.BgClassName
{
background-color: #FDCC5C;
}
</style>
border-color css
<style>
span { border-color: #FDCC5C; }
span { border-color: rgb(253,204,92); }
td.TdClassName
{
border-color: #FDCC5C;
}
.TagClassName
{
border-color: #FDCC5C;
}
</style>