Shades of Kournikova #F1CC5D
Tints of Kournikova #F1CC5D
RGB
CMYK
RGB Variations
Color information
#F1CC5D (or 0xF1CC5D) is known color: Kournikova. HEX triplet: F1, CC and 5D. RGB value is (241,204,93). Sum of RGB (Red+Green+Blue) = 241+204+93=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC5D is #0E33A2. Grayscale: #CACACA. Windows color (decimal): -930723 or 6147313. OLE color: 6147313.
HSL color Cylindrical-coordinate representation of color #F1CC5D: hue angle of 45º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1CC5D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 93 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.05 |
| HSL | 45º | 0.84% | 0.65% | - |
| HSV(B) | 45º | 0.61% | 0.95% | - |
| XYZ | 59.84 | 62.68 | 19.3 | - |
| YUV | 202.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 93 | 0 | 0.15 | 0.61 | 0.05 | 45 | 0.84 | 0.65 |
| Hex | F1 | CC | 5D | 0 | F | 3D | 5 | 2D | 54 | 41 |
| Octal | 361 | 314 | 135 | 0 | 17 | 75 | 5 | 55 | 124 | 101 |
| Binary | 11110001 | 11001100 | 1011101 | 0 | 1111 | 111101 | 101 | 101101 | 1010100 | 1000001 |
Color Harmonies of #F1CC5D
Complementary color
Monochromatic Colors of #F1CC5D
Black with #F1CC5D
Text Example
Text Example
White with #F1CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC5D; }
p { color: rgb(241,204,93); }
H1.HeaderClassName
{
color: #F1CC5D;
}
.AnyTagClassName
{
color: #F1CC5D;
}
</style>
background-color css
<style>
a { background-color: #F1CC5D; }
a { background-color: rgb(241,204,93); }
div.DivClassName
{
background-color: #F1CC5D;
}
.BgClassName
{
background-color: #F1CC5D;
}
</style>
border-color css
<style>
span { border-color: #F1CC5D; }
span { border-color: rgb(241,204,93); }
td.TdClassName
{
border-color: #F1CC5D;
}
.TagClassName
{
border-color: #F1CC5D;
}
</style>