Shades of Kournikova #F3C75C
Tints of Kournikova #F3C75C
RGB
CMYK
RGB Variations
Color information
#F3C75C (or 0xF3C75C) is known color: Kournikova. HEX triplet: F3, C7 and 5C. RGB value is (243,199,92). Sum of RGB (Red+Green+Blue) = 243+199+92=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C75C is #0C38A3. Grayscale: #C8C8C8. Windows color (decimal): -800932 or 6080499. OLE color: 6080499.
HSL color Cylindrical-coordinate representation of color #F3C75C: hue angle of 42.52º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3C75C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 92 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.05 |
| HSL | 42.52º | 0.86% | 0.66% | - |
| HSV(B) | 42.52º | 0.62% | 0.95% | - |
| XYZ | 59.32 | 60.67 | 18.71 | - |
| YUV | 199.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 92 | 0 | 0.18 | 0.62 | 0.05 | 42.52 | 0.86 | 0.66 |
| Hex | F3 | C7 | 5C | 0 | 12 | 3E | 5 | 2B | 56 | 42 |
| Octal | 363 | 307 | 134 | 0 | 22 | 76 | 5 | 53 | 126 | 102 |
| Binary | 11110011 | 11000111 | 1011100 | 0 | 10010 | 111110 | 101 | 101011 | 1010110 | 1000010 |
Color Harmonies of #F3C75C
Complementary color
Monochromatic Colors of #F3C75C
Black with #F3C75C
Text Example
Text Example
White with #F3C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C75C; }
p { color: rgb(243,199,92); }
H1.HeaderClassName
{
color: #F3C75C;
}
.AnyTagClassName
{
color: #F3C75C;
}
</style>
background-color css
<style>
a { background-color: #F3C75C; }
a { background-color: rgb(243,199,92); }
div.DivClassName
{
background-color: #F3C75C;
}
.BgClassName
{
background-color: #F3C75C;
}
</style>
border-color css
<style>
span { border-color: #F3C75C; }
span { border-color: rgb(243,199,92); }
td.TdClassName
{
border-color: #F3C75C;
}
.TagClassName
{
border-color: #F3C75C;
}
</style>