Shades of Kournikova #FBCD4E
Tints of Kournikova #FBCD4E
RGB
CMYK
RGB Variations
Color information
#FBCD4E (or 0xFBCD4E) is known color: Kournikova. HEX triplet: FB, CD and 4E. RGB value is (251,205,78). Sum of RGB (Red+Green+Blue) = 251+205+78=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD4E is #0432B1. Grayscale: #CCCCCC. Windows color (decimal): -275122 or 5164539. OLE color: 5164539.
HSL color Cylindrical-coordinate representation of color #FBCD4E: hue angle of 44.05º 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 #FBCD4E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 78 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.02 |
| HSL | 44.05º | 0.96% | 0.65% | - |
| HSV(B) | 44.05º | 0.69% | 0.98% | - |
| XYZ | 62.99 | 64.72 | 16.38 | - |
| YUV | 204.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 78 | 0 | 0.18 | 0.69 | 0.02 | 44.05 | 0.96 | 0.65 |
| Hex | FB | CD | 4E | 0 | 12 | 45 | 2 | 2C | 60 | 41 |
| Octal | 373 | 315 | 116 | 0 | 22 | 105 | 2 | 54 | 140 | 101 |
| Binary | 11111011 | 11001101 | 1001110 | 0 | 10010 | 1000101 | 10 | 101100 | 1100000 | 1000001 |
Color Harmonies of #FBCD4E
Complementary color
Monochromatic Colors of #FBCD4E
Black with #FBCD4E
Text Example
Text Example
White with #FBCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD4E; }
p { color: rgb(251,205,78); }
H1.HeaderClassName
{
color: #FBCD4E;
}
.AnyTagClassName
{
color: #FBCD4E;
}
</style>
background-color css
<style>
a { background-color: #FBCD4E; }
a { background-color: rgb(251,205,78); }
div.DivClassName
{
background-color: #FBCD4E;
}
.BgClassName
{
background-color: #FBCD4E;
}
</style>
border-color css
<style>
span { border-color: #FBCD4E; }
span { border-color: rgb(251,205,78); }
td.TdClassName
{
border-color: #FBCD4E;
}
.TagClassName
{
border-color: #FBCD4E;
}
</style>