Shades of Kournikova #FBCA5C
Tints of Kournikova #FBCA5C
RGB
CMYK
RGB Variations
Color information
#FBCA5C (or 0xFBCA5C) is known color: Kournikova. HEX triplet: FB, CA and 5C. RGB value is (251,202,92). Sum of RGB (Red+Green+Blue) = 251+202+92=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCA5C is #0435A3. Grayscale: #CCCCCC. Windows color (decimal): -275876 or 6081275. OLE color: 6081275.
HSL color Cylindrical-coordinate representation of color #FBCA5C: hue angle of 41.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBCA5C is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 92 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.02 |
| HSL | 41.51º | 0.95% | 0.67% | - |
| HSV(B) | 41.51º | 0.63% | 0.98% | - |
| XYZ | 62.84 | 63.52 | 19.07 | - |
| YUV | 204.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 92 | 0 | 0.20 | 0.63 | 0.02 | 41.51 | 0.95 | 0.67 |
| Hex | FB | CA | 5C | 0 | 14 | 3F | 2 | 2A | 5F | 43 |
| Octal | 373 | 312 | 134 | 0 | 24 | 77 | 2 | 52 | 137 | 103 |
| Binary | 11111011 | 11001010 | 1011100 | 0 | 10100 | 111111 | 10 | 101010 | 1011111 | 1000011 |
Color Harmonies of #FBCA5C
Complementary color
Monochromatic Colors of #FBCA5C
Black with #FBCA5C
Text Example
Text Example
White with #FBCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCA5C; }
p { color: rgb(251,202,92); }
H1.HeaderClassName
{
color: #FBCA5C;
}
.AnyTagClassName
{
color: #FBCA5C;
}
</style>
background-color css
<style>
a { background-color: #FBCA5C; }
a { background-color: rgb(251,202,92); }
div.DivClassName
{
background-color: #FBCA5C;
}
.BgClassName
{
background-color: #FBCA5C;
}
</style>
border-color css
<style>
span { border-color: #FBCA5C; }
span { border-color: rgb(251,202,92); }
td.TdClassName
{
border-color: #FBCA5C;
}
.TagClassName
{
border-color: #FBCA5C;
}
</style>