Shades of Kournikova #F7D25C
Tints of Kournikova #F7D25C
RGB
CMYK
RGB Variations
Color information
#F7D25C (or 0xF7D25C) is known color: Kournikova. HEX triplet: F7, D2 and 5C. RGB value is (247,210,92). Sum of RGB (Red+Green+Blue) = 247+210+92=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D25C is #082DA3. Grayscale: #D0D0D0. Windows color (decimal): -535972 or 6083319. OLE color: 6083319.
HSL color Cylindrical-coordinate representation of color #F7D25C: hue angle of 45.68º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7D25C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 92 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.03 |
| HSL | 45.68º | 0.91% | 0.66% | - |
| HSV(B) | 45.68º | 0.63% | 0.97% | - |
| XYZ | 63.34 | 66.64 | 19.65 | - |
| YUV | 207.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 92 | 0 | 0.15 | 0.63 | 0.03 | 45.68 | 0.91 | 0.66 |
| Hex | F7 | D2 | 5C | 0 | F | 3F | 3 | 2E | 5B | 42 |
| Octal | 367 | 322 | 134 | 0 | 17 | 77 | 3 | 56 | 133 | 102 |
| Binary | 11110111 | 11010010 | 1011100 | 0 | 1111 | 111111 | 11 | 101110 | 1011011 | 1000010 |
Color Harmonies of #F7D25C
Complementary color
Monochromatic Colors of #F7D25C
Black with #F7D25C
Text Example
Text Example
White with #F7D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D25C; }
p { color: rgb(247,210,92); }
H1.HeaderClassName
{
color: #F7D25C;
}
.AnyTagClassName
{
color: #F7D25C;
}
</style>
background-color css
<style>
a { background-color: #F7D25C; }
a { background-color: rgb(247,210,92); }
div.DivClassName
{
background-color: #F7D25C;
}
.BgClassName
{
background-color: #F7D25C;
}
</style>
border-color css
<style>
span { border-color: #F7D25C; }
span { border-color: rgb(247,210,92); }
td.TdClassName
{
border-color: #F7D25C;
}
.TagClassName
{
border-color: #F7D25C;
}
</style>