Shades of Kournikova #F5C75C
Tints of Kournikova #F5C75C
RGB
CMYK
RGB Variations
Color information
#F5C75C (or 0xF5C75C) is known color: Kournikova. HEX triplet: F5, C7 and 5C. RGB value is (245,199,92). Sum of RGB (Red+Green+Blue) = 245+199+92=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C75C is #0A38A3. Grayscale: #C9C9C9. Windows color (decimal): -669860 or 6080501. OLE color: 6080501.
HSL color Cylindrical-coordinate representation of color #F5C75C: hue angle of 41.96º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5C75C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 92 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.04 |
| HSL | 41.96º | 0.88% | 0.66% | - |
| HSV(B) | 41.96º | 0.62% | 0.96% | - |
| XYZ | 60.01 | 61.03 | 18.74 | - |
| YUV | 200.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 92 | 0 | 0.19 | 0.62 | 0.04 | 41.96 | 0.88 | 0.66 |
| Hex | F5 | C7 | 5C | 0 | 13 | 3E | 4 | 2A | 58 | 42 |
| Octal | 365 | 307 | 134 | 0 | 23 | 76 | 4 | 52 | 130 | 102 |
| Binary | 11110101 | 11000111 | 1011100 | 0 | 10011 | 111110 | 100 | 101010 | 1011000 | 1000010 |
Color Harmonies of #F5C75C
Complementary color
Monochromatic Colors of #F5C75C
Black with #F5C75C
Text Example
Text Example
White with #F5C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C75C; }
p { color: rgb(245,199,92); }
H1.HeaderClassName
{
color: #F5C75C;
}
.AnyTagClassName
{
color: #F5C75C;
}
</style>
background-color css
<style>
a { background-color: #F5C75C; }
a { background-color: rgb(245,199,92); }
div.DivClassName
{
background-color: #F5C75C;
}
.BgClassName
{
background-color: #F5C75C;
}
</style>
border-color css
<style>
span { border-color: #F5C75C; }
span { border-color: rgb(245,199,92); }
td.TdClassName
{
border-color: #F5C75C;
}
.TagClassName
{
border-color: #F5C75C;
}
</style>