Shades of Kournikova #FFCC52
Tints of Kournikova #FFCC52
RGB
CMYK
RGB Variations
Color information
#FFCC52 (or 0xFFCC52) is known color: Kournikova. HEX triplet: FF, CC and 52. RGB value is (255,204,82). Sum of RGB (Red+Green+Blue) = 255+204+82=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC52 is #0033AD. Grayscale: #CDCDCD. Windows color (decimal): -13230 or 5426431. OLE color: 5426431.
HSL color Cylindrical-coordinate representation of color #FFCC52: hue angle of 42.31º 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 #FFCC52 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 82 | - |
| CMYK | 0 | 0.2 | 0.68 | 0 |
| HSL | 42.31º | 1% | 0.66% | - |
| HSV(B) | 42.31º | 0.68% | 1% | - |
| XYZ | 64.36 | 65.05 | 17.15 | - |
| YUV | 205.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 82 | 0 | 0.2 | 0.68 | 0 | 42.31 | 1 | 0.66 |
| Hex | FF | CC | 52 | 0 | 14 | 44 | 0 | 2A | 64 | 42 |
| Octal | 377 | 314 | 122 | 0 | 24 | 104 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001100 | 1010010 | 0 | 10100 | 1000100 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCC52
Complementary color
Monochromatic Colors of #FFCC52
Black with #FFCC52
Text Example
Text Example
White with #FFCC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC52; }
p { color: rgb(255,204,82); }
H1.HeaderClassName
{
color: #FFCC52;
}
.AnyTagClassName
{
color: #FFCC52;
}
</style>
background-color css
<style>
a { background-color: #FFCC52; }
a { background-color: rgb(255,204,82); }
div.DivClassName
{
background-color: #FFCC52;
}
.BgClassName
{
background-color: #FFCC52;
}
</style>
border-color css
<style>
span { border-color: #FFCC52; }
span { border-color: rgb(255,204,82); }
td.TdClassName
{
border-color: #FFCC52;
}
.TagClassName
{
border-color: #FFCC52;
}
</style>