Shades of Kournikova #F5CB4D
Tints of Kournikova #F5CB4D
RGB
CMYK
RGB Variations
Color information
#F5CB4D (or 0xF5CB4D) is known color: Kournikova. HEX triplet: F5, CB and 4D. RGB value is (245,203,77). Sum of RGB (Red+Green+Blue) = 245+203+77=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB4D is #0A34B2. Grayscale: #C9C9C9. Windows color (decimal): -668851 or 5098485. OLE color: 5098485.
HSL color Cylindrical-coordinate representation of color #F5CB4D: hue angle of 45º 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 #F5CB4D is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 77 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.04 |
| HSL | 45º | 0.89% | 0.63% | - |
| HSV(B) | 45º | 0.69% | 0.96% | - |
| XYZ | 60.35 | 62.66 | 15.93 | - |
| YUV | 201.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 77 | 0 | 0.17 | 0.69 | 0.04 | 45 | 0.89 | 0.63 |
| Hex | F5 | CB | 4D | 0 | 11 | 45 | 4 | 2D | 59 | 3F |
| Octal | 365 | 313 | 115 | 0 | 21 | 105 | 4 | 55 | 131 | 77 |
| Binary | 11110101 | 11001011 | 1001101 | 0 | 10001 | 1000101 | 100 | 101101 | 1011001 | 111111 |
Color Harmonies of #F5CB4D
Complementary color
Monochromatic Colors of #F5CB4D
Black with #F5CB4D
Text Example
Text Example
White with #F5CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB4D; }
p { color: rgb(245,203,77); }
H1.HeaderClassName
{
color: #F5CB4D;
}
.AnyTagClassName
{
color: #F5CB4D;
}
</style>
background-color css
<style>
a { background-color: #F5CB4D; }
a { background-color: rgb(245,203,77); }
div.DivClassName
{
background-color: #F5CB4D;
}
.BgClassName
{
background-color: #F5CB4D;
}
</style>
border-color css
<style>
span { border-color: #F5CB4D; }
span { border-color: rgb(245,203,77); }
td.TdClassName
{
border-color: #F5CB4D;
}
.TagClassName
{
border-color: #F5CB4D;
}
</style>