Shades of Kournikova #F9CA4B
Tints of Kournikova #F9CA4B
RGB
CMYK
RGB Variations
Color information
#F9CA4B (or 0xF9CA4B) is known color: Kournikova. HEX triplet: F9, CA and 4B. RGB value is (249,202,75). Sum of RGB (Red+Green+Blue) = 249+202+75=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA4B is #0635B4. Grayscale: #CACACA. Windows color (decimal): -406965 or 4967161. OLE color: 4967161.
HSL color Cylindrical-coordinate representation of color #F9CA4B: hue angle of 43.79º 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 #F9CA4B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 75 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.02 |
| HSL | 43.79º | 0.94% | 0.64% | - |
| HSV(B) | 43.79º | 0.7% | 0.98% | - |
| XYZ | 61.46 | 62.89 | 15.56 | - |
| YUV | 201.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 75 | 0 | 0.19 | 0.70 | 0.02 | 43.79 | 0.94 | 0.64 |
| Hex | F9 | CA | 4B | 0 | 13 | 46 | 2 | 2C | 5E | 40 |
| Octal | 371 | 312 | 113 | 0 | 23 | 106 | 2 | 54 | 136 | 100 |
| Binary | 11111001 | 11001010 | 1001011 | 0 | 10011 | 1000110 | 10 | 101100 | 1011110 | 1000000 |
Color Harmonies of #F9CA4B
Complementary color
Monochromatic Colors of #F9CA4B
Black with #F9CA4B
Text Example
Text Example
White with #F9CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA4B; }
p { color: rgb(249,202,75); }
H1.HeaderClassName
{
color: #F9CA4B;
}
.AnyTagClassName
{
color: #F9CA4B;
}
</style>
background-color css
<style>
a { background-color: #F9CA4B; }
a { background-color: rgb(249,202,75); }
div.DivClassName
{
background-color: #F9CA4B;
}
.BgClassName
{
background-color: #F9CA4B;
}
</style>
border-color css
<style>
span { border-color: #F9CA4B; }
span { border-color: rgb(249,202,75); }
td.TdClassName
{
border-color: #F9CA4B;
}
.TagClassName
{
border-color: #F9CA4B;
}
</style>