Shades of Kournikova #F1CC5B
Tints of Kournikova #F1CC5B
RGB
CMYK
RGB Variations
Color information
#F1CC5B (or 0xF1CC5B) is known color: Kournikova. HEX triplet: F1, CC and 5B. RGB value is (241,204,91). Sum of RGB (Red+Green+Blue) = 241+204+91=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC5B is #0E33A4. Grayscale: #CACACA. Windows color (decimal): -930725 or 6016241. OLE color: 6016241.
HSL color Cylindrical-coordinate representation of color #F1CC5B: hue angle of 45.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1CC5B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 91 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.05 |
| HSL | 45.2º | 0.84% | 0.65% | - |
| HSV(B) | 45.2º | 0.62% | 0.95% | - |
| XYZ | 59.76 | 62.64 | 18.84 | - |
| YUV | 202.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 91 | 0 | 0.15 | 0.62 | 0.05 | 45.2 | 0.84 | 0.65 |
| Hex | F1 | CC | 5B | 0 | F | 3E | 5 | 2D | 54 | 41 |
| Octal | 361 | 314 | 133 | 0 | 17 | 76 | 5 | 55 | 124 | 101 |
| Binary | 11110001 | 11001100 | 1011011 | 0 | 1111 | 111110 | 101 | 101101 | 1010100 | 1000001 |
Color Harmonies of #F1CC5B
Complementary color
Monochromatic Colors of #F1CC5B
Black with #F1CC5B
Text Example
Text Example
White with #F1CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC5B; }
p { color: rgb(241,204,91); }
H1.HeaderClassName
{
color: #F1CC5B;
}
.AnyTagClassName
{
color: #F1CC5B;
}
</style>
background-color css
<style>
a { background-color: #F1CC5B; }
a { background-color: rgb(241,204,91); }
div.DivClassName
{
background-color: #F1CC5B;
}
.BgClassName
{
background-color: #F1CC5B;
}
</style>
border-color css
<style>
span { border-color: #F1CC5B; }
span { border-color: rgb(241,204,91); }
td.TdClassName
{
border-color: #F1CC5B;
}
.TagClassName
{
border-color: #F1CC5B;
}
</style>