Shades of Kournikova #FFCD4F
Tints of Kournikova #FFCD4F
RGB
CMYK
RGB Variations
Color information
#FFCD4F (or 0xFFCD4F) is known color: Kournikova. HEX triplet: FF, CD and 4F. RGB value is (255,205,79). Sum of RGB (Red+Green+Blue) = 255+205+79=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 79 (31.25% from 255 or 14.66% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD4F is #0032B0. Grayscale: #CECECE. Windows color (decimal): -12977 or 5230079. OLE color: 5230079.
HSL color Cylindrical-coordinate representation of color #FFCD4F: hue angle of 42.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCD4F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 79 | - |
| CMYK | 0 | 0.20 | 0.69 | 0 |
| HSL | 42.95º | 1% | 0.65% | - |
| HSV(B) | 42.95º | 0.69% | 1% | - |
| XYZ | 64.48 | 65.49 | 16.64 | - |
| YUV | 205.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 79 | 0 | 0.20 | 0.69 | 0 | 42.95 | 1 | 0.65 |
| Hex | FF | CD | 4F | 0 | 14 | 45 | 0 | 2B | 64 | 41 |
| Octal | 377 | 315 | 117 | 0 | 24 | 105 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001101 | 1001111 | 0 | 10100 | 1000101 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCD4F
Complementary color
Monochromatic Colors of #FFCD4F
Black with #FFCD4F
Text Example
Text Example
White with #FFCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD4F; }
p { color: rgb(255,205,79); }
H1.HeaderClassName
{
color: #FFCD4F;
}
.AnyTagClassName
{
color: #FFCD4F;
}
</style>
background-color css
<style>
a { background-color: #FFCD4F; }
a { background-color: rgb(255,205,79); }
div.DivClassName
{
background-color: #FFCD4F;
}
.BgClassName
{
background-color: #FFCD4F;
}
</style>
border-color css
<style>
span { border-color: #FFCD4F; }
span { border-color: rgb(255,205,79); }
td.TdClassName
{
border-color: #FFCD4F;
}
.TagClassName
{
border-color: #FFCD4F;
}
</style>