Shades of Kournikova #F9CE5A
Tints of Kournikova #F9CE5A
RGB
CMYK
RGB Variations
Color information
#F9CE5A (or 0xF9CE5A) is known color: Kournikova. HEX triplet: F9, CE and 5A. RGB value is (249,206,90). Sum of RGB (Red+Green+Blue) = 249+206+90=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CE5A is #0631A5. Grayscale: #CECECE. Windows color (decimal): -405926 or 5951225. OLE color: 5951225.
HSL color Cylindrical-coordinate representation of color #F9CE5A: hue angle of 43.77º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9CE5A is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 90 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.02 |
| HSL | 43.77º | 0.93% | 0.66% | - |
| HSV(B) | 43.77º | 0.64% | 0.98% | - |
| XYZ | 62.98 | 65.02 | 18.9 | - |
| YUV | 205.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 90 | 0 | 0.17 | 0.64 | 0.02 | 43.77 | 0.93 | 0.66 |
| Hex | F9 | CE | 5A | 0 | 11 | 40 | 2 | 2C | 5D | 42 |
| Octal | 371 | 316 | 132 | 0 | 21 | 100 | 2 | 54 | 135 | 102 |
| Binary | 11111001 | 11001110 | 1011010 | 0 | 10001 | 1000000 | 10 | 101100 | 1011101 | 1000010 |
Color Harmonies of #F9CE5A
Complementary color
Monochromatic Colors of #F9CE5A
Black with #F9CE5A
Text Example
Text Example
White with #F9CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CE5A; }
p { color: rgb(249,206,90); }
H1.HeaderClassName
{
color: #F9CE5A;
}
.AnyTagClassName
{
color: #F9CE5A;
}
</style>
background-color css
<style>
a { background-color: #F9CE5A; }
a { background-color: rgb(249,206,90); }
div.DivClassName
{
background-color: #F9CE5A;
}
.BgClassName
{
background-color: #F9CE5A;
}
</style>
border-color css
<style>
span { border-color: #F9CE5A; }
span { border-color: rgb(249,206,90); }
td.TdClassName
{
border-color: #F9CE5A;
}
.TagClassName
{
border-color: #F9CE5A;
}
</style>