Shades of Kournikova #F2CE5B
Tints of Kournikova #F2CE5B
RGB
CMYK
RGB Variations
Color information
#F2CE5B (or 0xF2CE5B) is known color: Kournikova. HEX triplet: F2, CE and 5B. RGB value is (242,206,91). Sum of RGB (Red+Green+Blue) = 242+206+91=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE5B is #0D31A4. Grayscale: #CCCCCC. Windows color (decimal): -864677 or 6016754. OLE color: 6016754.
HSL color Cylindrical-coordinate representation of color #F2CE5B: hue angle of 45.7º degrees, saturation: 0.85, 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 #F2CE5B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 91 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.05 |
| HSL | 45.7º | 0.85% | 0.65% | - |
| HSV(B) | 45.7º | 0.62% | 0.95% | - |
| XYZ | 60.58 | 63.78 | 19.01 | - |
| YUV | 203.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 91 | 0 | 0.15 | 0.62 | 0.05 | 45.7 | 0.85 | 0.65 |
| Hex | F2 | CE | 5B | 0 | F | 3E | 5 | 2E | 55 | 41 |
| Octal | 362 | 316 | 133 | 0 | 17 | 76 | 5 | 56 | 125 | 101 |
| Binary | 11110010 | 11001110 | 1011011 | 0 | 1111 | 111110 | 101 | 101110 | 1010101 | 1000001 |
Color Harmonies of #F2CE5B
Complementary color
Monochromatic Colors of #F2CE5B
Black with #F2CE5B
Text Example
Text Example
White with #F2CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE5B; }
p { color: rgb(242,206,91); }
H1.HeaderClassName
{
color: #F2CE5B;
}
.AnyTagClassName
{
color: #F2CE5B;
}
</style>
background-color css
<style>
a { background-color: #F2CE5B; }
a { background-color: rgb(242,206,91); }
div.DivClassName
{
background-color: #F2CE5B;
}
.BgClassName
{
background-color: #F2CE5B;
}
</style>
border-color css
<style>
span { border-color: #F2CE5B; }
span { border-color: rgb(242,206,91); }
td.TdClassName
{
border-color: #F2CE5B;
}
.TagClassName
{
border-color: #F2CE5B;
}
</style>