Shades of Kournikova #FBCC4E
Tints of Kournikova #FBCC4E
RGB
CMYK
RGB Variations
Color information
#FBCC4E (or 0xFBCC4E) is known color: Kournikova. HEX triplet: FB, CC and 4E. RGB value is (251,204,78). Sum of RGB (Red+Green+Blue) = 251+204+78=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC4E is #0433B1. Grayscale: #CCCCCC. Windows color (decimal): -275378 or 5164283. OLE color: 5164283.
HSL color Cylindrical-coordinate representation of color #FBCC4E: hue angle of 43.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBCC4E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 78 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.02 |
| HSL | 43.7º | 0.96% | 0.65% | - |
| HSV(B) | 43.7º | 0.69% | 0.98% | - |
| XYZ | 62.75 | 64.25 | 16.3 | - |
| YUV | 203.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 78 | 0 | 0.19 | 0.69 | 0.02 | 43.7 | 0.96 | 0.65 |
| Hex | FB | CC | 4E | 0 | 13 | 45 | 2 | 2C | 60 | 41 |
| Octal | 373 | 314 | 116 | 0 | 23 | 105 | 2 | 54 | 140 | 101 |
| Binary | 11111011 | 11001100 | 1001110 | 0 | 10011 | 1000101 | 10 | 101100 | 1100000 | 1000001 |
Color Harmonies of #FBCC4E
Complementary color
Monochromatic Colors of #FBCC4E
Black with #FBCC4E
Text Example
Text Example
White with #FBCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC4E; }
p { color: rgb(251,204,78); }
H1.HeaderClassName
{
color: #FBCC4E;
}
.AnyTagClassName
{
color: #FBCC4E;
}
</style>
background-color css
<style>
a { background-color: #FBCC4E; }
a { background-color: rgb(251,204,78); }
div.DivClassName
{
background-color: #FBCC4E;
}
.BgClassName
{
background-color: #FBCC4E;
}
</style>
border-color css
<style>
span { border-color: #FBCC4E; }
span { border-color: rgb(251,204,78); }
td.TdClassName
{
border-color: #FBCC4E;
}
.TagClassName
{
border-color: #FBCC4E;
}
</style>