Shades of Kournikova #FBCC5D
Tints of Kournikova #FBCC5D
RGB
CMYK
RGB Variations
Color information
#FBCC5D (or 0xFBCC5D) is known color: Kournikova. HEX triplet: FB, CC and 5D. RGB value is (251,204,93). Sum of RGB (Red+Green+Blue) = 251+204+93=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC5D is #0433A2. Grayscale: #CDCDCD. Windows color (decimal): -275363 or 6147323. OLE color: 6147323.
HSL color Cylindrical-coordinate representation of color #FBCC5D: hue angle of 42.15º 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 #FBCC5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 93 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.02 |
| HSL | 42.15º | 0.95% | 0.67% | - |
| HSV(B) | 42.15º | 0.63% | 0.98% | - |
| XYZ | 63.35 | 64.49 | 19.46 | - |
| YUV | 205.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 93 | 0 | 0.19 | 0.63 | 0.02 | 42.15 | 0.95 | 0.67 |
| Hex | FB | CC | 5D | 0 | 13 | 3F | 2 | 2A | 5F | 43 |
| Octal | 373 | 314 | 135 | 0 | 23 | 77 | 2 | 52 | 137 | 103 |
| Binary | 11111011 | 11001100 | 1011101 | 0 | 10011 | 111111 | 10 | 101010 | 1011111 | 1000011 |
Color Harmonies of #FBCC5D
Complementary color
Monochromatic Colors of #FBCC5D
Black with #FBCC5D
Text Example
Text Example
White with #FBCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC5D; }
p { color: rgb(251,204,93); }
H1.HeaderClassName
{
color: #FBCC5D;
}
.AnyTagClassName
{
color: #FBCC5D;
}
</style>
background-color css
<style>
a { background-color: #FBCC5D; }
a { background-color: rgb(251,204,93); }
div.DivClassName
{
background-color: #FBCC5D;
}
.BgClassName
{
background-color: #FBCC5D;
}
</style>
border-color css
<style>
span { border-color: #FBCC5D; }
span { border-color: rgb(251,204,93); }
td.TdClassName
{
border-color: #FBCC5D;
}
.TagClassName
{
border-color: #FBCC5D;
}
</style>