Shades of Kournikova #F9CA5E
Tints of Kournikova #F9CA5E
RGB
CMYK
RGB Variations
Color information
#F9CA5E (or 0xF9CA5E) is known color: Kournikova. HEX triplet: F9, CA and 5E. RGB value is (249,202,94). Sum of RGB (Red+Green+Blue) = 249+202+94=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA5E is #0635A1. Grayscale: #CCCCCC. Windows color (decimal): -406946 or 6212345. OLE color: 6212345.
HSL color Cylindrical-coordinate representation of color #F9CA5E: hue angle of 41.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9CA5E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 202 | 94 | - |
CMYK | 0 | 0.19 | 0.62 | 0.02 |
HSL | 41.81º | 0.93% | 0.67% | - |
HSV(B) | 41.81º | 0.62% | 0.98% | - |
XYZ | 62.21 | 63.19 | 19.51 | - |
YUV | 203.74 | 66.07 | 160.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 202 | 94 | 0 | 0.19 | 0.62 | 0.02 | 41.81 | 0.93 | 0.67 |
Hex | F9 | CA | 5E | 0 | 13 | 3E | 2 | 2A | 5D | 43 |
Octal | 371 | 312 | 136 | 0 | 23 | 76 | 2 | 52 | 135 | 103 |
Binary | 11111001 | 11001010 | 1011110 | 0 | 10011 | 111110 | 10 | 101010 | 1011101 | 1000011 |
Color Harmonies of #F9CA5E
Complementary color
Monochromatic Colors of #F9CA5E
Black with #F9CA5E
Text Example
Text Example
White with #F9CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA5E; }
p { color: rgb(249,202,94); }
H1.HeaderClassName
{
color: #F9CA5E;
}
.AnyTagClassName
{
color: #F9CA5E;
}
</style>
background-color css
<style>
a { background-color: #F9CA5E; }
a { background-color: rgb(249,202,94); }
div.DivClassName
{
background-color: #F9CA5E;
}
.BgClassName
{
background-color: #F9CA5E;
}
</style>
border-color css
<style>
span { border-color: #F9CA5E; }
span { border-color: rgb(249,202,94); }
td.TdClassName
{
border-color: #F9CA5E;
}
.TagClassName
{
border-color: #F9CA5E;
}
</style>