Shades of Kournikova #F9C84B
Tints of Kournikova #F9C84B
RGB
CMYK
RGB Variations
Color information
#F9C84B (or 0xF9C84B) is known color: Kournikova. HEX triplet: F9, C8 and 4B. RGB value is (249,200,75). Sum of RGB (Red+Green+Blue) = 249+200+75=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C84B is #0637B4. Grayscale: #C8C8C8. Windows color (decimal): -407477 or 4966649. OLE color: 4966649.
HSL color Cylindrical-coordinate representation of color #F9C84B: hue angle of 43.1º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9C84B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 75 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.02 |
| HSL | 43.1º | 0.94% | 0.64% | - |
| HSV(B) | 43.1º | 0.7% | 0.98% | - |
| XYZ | 60.99 | 61.96 | 15.4 | - |
| YUV | 200.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 75 | 0 | 0.20 | 0.70 | 0.02 | 43.1 | 0.94 | 0.64 |
| Hex | F9 | C8 | 4B | 0 | 14 | 46 | 2 | 2B | 5E | 40 |
| Octal | 371 | 310 | 113 | 0 | 24 | 106 | 2 | 53 | 136 | 100 |
| Binary | 11111001 | 11001000 | 1001011 | 0 | 10100 | 1000110 | 10 | 101011 | 1011110 | 1000000 |
Color Harmonies of #F9C84B
Complementary color
Monochromatic Colors of #F9C84B
Black with #F9C84B
Text Example
Text Example
White with #F9C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C84B; }
p { color: rgb(249,200,75); }
H1.HeaderClassName
{
color: #F9C84B;
}
.AnyTagClassName
{
color: #F9C84B;
}
</style>
background-color css
<style>
a { background-color: #F9C84B; }
a { background-color: rgb(249,200,75); }
div.DivClassName
{
background-color: #F9C84B;
}
.BgClassName
{
background-color: #F9C84B;
}
</style>
border-color css
<style>
span { border-color: #F9C84B; }
span { border-color: rgb(249,200,75); }
td.TdClassName
{
border-color: #F9C84B;
}
.TagClassName
{
border-color: #F9C84B;
}
</style>