Shades of Kournikova #FFCB52
Tints of Kournikova #FFCB52
RGB
CMYK
RGB Variations
Color information
#FFCB52 (or 0xFFCB52) is known color: Kournikova. HEX triplet: FF, CB and 52. RGB value is (255,203,82). Sum of RGB (Red+Green+Blue) = 255+203+82=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB52 is #0034AD. Grayscale: #CDCDCD. Windows color (decimal): -13486 or 5426175. OLE color: 5426175.
HSL color Cylindrical-coordinate representation of color #FFCB52: hue angle of 41.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFCB52 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 82 | - |
| CMYK | 0 | 0.20 | 0.68 | 0 |
| HSL | 41.97º | 1% | 0.66% | - |
| HSV(B) | 41.97º | 0.68% | 1% | - |
| XYZ | 64.12 | 64.58 | 17.07 | - |
| YUV | 204.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 82 | 0 | 0.20 | 0.68 | 0 | 41.97 | 1 | 0.66 |
| Hex | FF | CB | 52 | 0 | 14 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 313 | 122 | 0 | 24 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001011 | 1010010 | 0 | 10100 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCB52
Complementary color
Monochromatic Colors of #FFCB52
Black with #FFCB52
Text Example
Text Example
White with #FFCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB52; }
p { color: rgb(255,203,82); }
H1.HeaderClassName
{
color: #FFCB52;
}
.AnyTagClassName
{
color: #FFCB52;
}
</style>
background-color css
<style>
a { background-color: #FFCB52; }
a { background-color: rgb(255,203,82); }
div.DivClassName
{
background-color: #FFCB52;
}
.BgClassName
{
background-color: #FFCB52;
}
</style>
border-color css
<style>
span { border-color: #FFCB52; }
span { border-color: rgb(255,203,82); }
td.TdClassName
{
border-color: #FFCB52;
}
.TagClassName
{
border-color: #FFCB52;
}
</style>