Shades of Kournikova #FBC952
Tints of Kournikova #FBC952
RGB
CMYK
RGB Variations
Color information
#FBC952 (or 0xFBC952) is known color: Kournikova. HEX triplet: FB, C9 and 52. RGB value is (251,201,82). Sum of RGB (Red+Green+Blue) = 251+201+82=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC952 is #0436AD. Grayscale: #CACACA. Windows color (decimal): -276142 or 5425659. OLE color: 5425659.
HSL color Cylindrical-coordinate representation of color #FBC952: hue angle of 42.25º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBC952 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 82 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 42.25º | 0.95% | 0.65% | - |
| HSV(B) | 42.25º | 0.67% | 0.98% | - |
| XYZ | 62.19 | 62.89 | 16.84 | - |
| YUV | 202.38 | 60.07 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 82 | 0 | 0.20 | 0.67 | 0.02 | 42.25 | 0.95 | 0.65 |
| Hex | FB | C9 | 52 | 0 | 14 | 43 | 2 | 2A | 5F | 41 |
| Octal | 373 | 311 | 122 | 0 | 24 | 103 | 2 | 52 | 137 | 101 |
| Binary | 11111011 | 11001001 | 1010010 | 0 | 10100 | 1000011 | 10 | 101010 | 1011111 | 1000001 |
Color Harmonies of #FBC952
Complementary color
Monochromatic Colors of #FBC952
Black with #FBC952
Text Example
Text Example
White with #FBC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC952; }
p { color: rgb(251,201,82); }
H1.HeaderClassName
{
color: #FBC952;
}
.AnyTagClassName
{
color: #FBC952;
}
</style>
background-color css
<style>
a { background-color: #FBC952; }
a { background-color: rgb(251,201,82); }
div.DivClassName
{
background-color: #FBC952;
}
.BgClassName
{
background-color: #FBC952;
}
</style>
border-color css
<style>
span { border-color: #FBC952; }
span { border-color: rgb(251,201,82); }
td.TdClassName
{
border-color: #FBC952;
}
.TagClassName
{
border-color: #FBC952;
}
</style>