Shades of Kournikova #FFCC4B
Tints of Kournikova #FFCC4B
RGB
CMYK
RGB Variations
Color information
#FFCC4B (or 0xFFCC4B) is known color: Kournikova. HEX triplet: FF, CC and 4B. RGB value is (255,204,75). Sum of RGB (Red+Green+Blue) = 255+204+75=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC4B is #0033B4. Grayscale: #CDCDCD. Windows color (decimal): -13237 or 4967679. OLE color: 4967679.
HSL color Cylindrical-coordinate representation of color #FFCC4B: hue angle of 43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFCC4B is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 75 | - |
| CMYK | 0 | 0.2 | 0.71 | 0 |
| HSL | 43º | 1% | 0.65% | - |
| HSV(B) | 43º | 0.71% | 1% | - |
| XYZ | 64.1 | 64.95 | 15.82 | - |
| YUV | 204.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 75 | 0 | 0.2 | 0.71 | 0 | 43 | 1 | 0.65 |
| Hex | FF | CC | 4B | 0 | 14 | 47 | 0 | 2B | 64 | 41 |
| Octal | 377 | 314 | 113 | 0 | 24 | 107 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001100 | 1001011 | 0 | 10100 | 1000111 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCC4B
Complementary color
Monochromatic Colors of #FFCC4B
Black with #FFCC4B
Text Example
Text Example
White with #FFCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC4B; }
p { color: rgb(255,204,75); }
H1.HeaderClassName
{
color: #FFCC4B;
}
.AnyTagClassName
{
color: #FFCC4B;
}
</style>
background-color css
<style>
a { background-color: #FFCC4B; }
a { background-color: rgb(255,204,75); }
div.DivClassName
{
background-color: #FFCC4B;
}
.BgClassName
{
background-color: #FFCC4B;
}
</style>
border-color css
<style>
span { border-color: #FFCC4B; }
span { border-color: rgb(255,204,75); }
td.TdClassName
{
border-color: #FFCC4B;
}
.TagClassName
{
border-color: #FFCC4B;
}
</style>