Shades of Kournikova #F5CF4B
Tints of Kournikova #F5CF4B
RGB
CMYK
RGB Variations
Color information
#F5CF4B (or 0xF5CF4B) is known color: Kournikova. HEX triplet: F5, CF and 4B. RGB value is (245,207,75). Sum of RGB (Red+Green+Blue) = 245+207+75=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CF4B is #0A30B4. Grayscale: #CBCBCB. Windows color (decimal): -667829 or 4968437. OLE color: 4968437.
HSL color Cylindrical-coordinate representation of color #F5CF4B: hue angle of 46.59º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5CF4B is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 75 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.04 |
| HSL | 46.59º | 0.89% | 0.63% | - |
| HSV(B) | 46.59º | 0.69% | 0.96% | - |
| XYZ | 61.24 | 64.55 | 15.89 | - |
| YUV | 203.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 75 | 0 | 0.16 | 0.69 | 0.04 | 46.59 | 0.89 | 0.63 |
| Hex | F5 | CF | 4B | 0 | 10 | 45 | 4 | 2F | 59 | 3F |
| Octal | 365 | 317 | 113 | 0 | 20 | 105 | 4 | 57 | 131 | 77 |
| Binary | 11110101 | 11001111 | 1001011 | 0 | 10000 | 1000101 | 100 | 101111 | 1011001 | 111111 |
Color Harmonies of #F5CF4B
Complementary color
Monochromatic Colors of #F5CF4B
Black with #F5CF4B
Text Example
Text Example
White with #F5CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF4B; }
p { color: rgb(245,207,75); }
H1.HeaderClassName
{
color: #F5CF4B;
}
.AnyTagClassName
{
color: #F5CF4B;
}
</style>
background-color css
<style>
a { background-color: #F5CF4B; }
a { background-color: rgb(245,207,75); }
div.DivClassName
{
background-color: #F5CF4B;
}
.BgClassName
{
background-color: #F5CF4B;
}
</style>
border-color css
<style>
span { border-color: #F5CF4B; }
span { border-color: rgb(245,207,75); }
td.TdClassName
{
border-color: #F5CF4B;
}
.TagClassName
{
border-color: #F5CF4B;
}
</style>