Shades of Kournikova #FFCB47
Tints of Kournikova #FFCB47
RGB
CMYK
RGB Variations
Color information
#FFCB47 (or 0xFFCB47) is known color: Kournikova. HEX triplet: FF, CB and 47. RGB value is (255,203,71). Sum of RGB (Red+Green+Blue) = 255+203+71=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB47 is #0034B8. Grayscale: #CCCCCC. Windows color (decimal): -13497 or 4705279. OLE color: 4705279.
HSL color Cylindrical-coordinate representation of color #FFCB47: hue angle of 43.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFCB47 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 71 | - |
| CMYK | 0 | 0.20 | 0.72 | 0 |
| HSL | 43.04º | 1% | 0.64% | - |
| HSV(B) | 43.04º | 0.72% | 1% | - |
| XYZ | 63.73 | 64.43 | 15.04 | - |
| YUV | 203.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 71 | 0 | 0.20 | 0.72 | 0 | 43.04 | 1 | 0.64 |
| Hex | FF | CB | 47 | 0 | 14 | 48 | 0 | 2B | 64 | 40 |
| Octal | 377 | 313 | 107 | 0 | 24 | 110 | 0 | 53 | 144 | 100 |
| Binary | 11111111 | 11001011 | 1000111 | 0 | 10100 | 1001000 | 0 | 101011 | 1100100 | 1000000 |
Color Harmonies of #FFCB47
Complementary color
Monochromatic Colors of #FFCB47
Black with #FFCB47
Text Example
Text Example
White with #FFCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB47; }
p { color: rgb(255,203,71); }
H1.HeaderClassName
{
color: #FFCB47;
}
.AnyTagClassName
{
color: #FFCB47;
}
</style>
background-color css
<style>
a { background-color: #FFCB47; }
a { background-color: rgb(255,203,71); }
div.DivClassName
{
background-color: #FFCB47;
}
.BgClassName
{
background-color: #FFCB47;
}
</style>
border-color css
<style>
span { border-color: #FFCB47; }
span { border-color: rgb(255,203,71); }
td.TdClassName
{
border-color: #FFCB47;
}
.TagClassName
{
border-color: #FFCB47;
}
</style>