Shades of Kournikova #FFCC4A
Tints of Kournikova #FFCC4A
RGB
CMYK
RGB Variations
Color information
#FFCC4A (or 0xFFCC4A) is known color: Kournikova. HEX triplet: FF, CC and 4A. RGB value is (255,204,74). Sum of RGB (Red+Green+Blue) = 255+204+74=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCC4A is #0033B5. Grayscale: #CDCDCD. Windows color (decimal): -13238 or 4902143. OLE color: 4902143.
HSL color Cylindrical-coordinate representation of color #FFCC4A: hue angle of 43.09º 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 #FFCC4A is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 74 | - |
| CMYK | 0 | 0.2 | 0.71 | 0 |
| HSL | 43.09º | 1% | 0.65% | - |
| HSV(B) | 43.09º | 0.71% | 1% | - |
| XYZ | 64.07 | 64.94 | 15.64 | - |
| YUV | 204.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 74 | 0 | 0.2 | 0.71 | 0 | 43.09 | 1 | 0.65 |
| Hex | FF | CC | 4A | 0 | 14 | 47 | 0 | 2B | 64 | 41 |
| Octal | 377 | 314 | 112 | 0 | 24 | 107 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001100 | 1001010 | 0 | 10100 | 1000111 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCC4A
Complementary color
Monochromatic Colors of #FFCC4A
Black with #FFCC4A
Text Example
Text Example
White with #FFCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC4A; }
p { color: rgb(255,204,74); }
H1.HeaderClassName
{
color: #FFCC4A;
}
.AnyTagClassName
{
color: #FFCC4A;
}
</style>
background-color css
<style>
a { background-color: #FFCC4A; }
a { background-color: rgb(255,204,74); }
div.DivClassName
{
background-color: #FFCC4A;
}
.BgClassName
{
background-color: #FFCC4A;
}
</style>
border-color css
<style>
span { border-color: #FFCC4A; }
span { border-color: rgb(255,204,74); }
td.TdClassName
{
border-color: #FFCC4A;
}
.TagClassName
{
border-color: #FFCC4A;
}
</style>