Shades of Kournikova #FFCD4E
Tints of Kournikova #FFCD4E
RGB
CMYK
RGB Variations
Color information
#FFCD4E (or 0xFFCD4E) is known color: Kournikova. HEX triplet: FF, CD and 4E. RGB value is (255,205,78). Sum of RGB (Red+Green+Blue) = 255+205+78=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD4E is #0032B1. Grayscale: #CECECE. Windows color (decimal): -12978 or 5164543. OLE color: 5164543.
HSL color Cylindrical-coordinate representation of color #FFCD4E: hue angle of 43.05º 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 #FFCD4E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0 |
| HSL | 43.05º | 1% | 0.65% | - |
| HSV(B) | 43.05º | 0.69% | 1% | - |
| XYZ | 64.45 | 65.47 | 16.45 | - |
| YUV | 205.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 78 | 0 | 0.20 | 0.69 | 0 | 43.05 | 1 | 0.65 |
| Hex | FF | CD | 4E | 0 | 14 | 45 | 0 | 2B | 64 | 41 |
| Octal | 377 | 315 | 116 | 0 | 24 | 105 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001101 | 1001110 | 0 | 10100 | 1000101 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCD4E
Complementary color
Monochromatic Colors of #FFCD4E
Black with #FFCD4E
Text Example
Text Example
White with #FFCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD4E; }
p { color: rgb(255,205,78); }
H1.HeaderClassName
{
color: #FFCD4E;
}
.AnyTagClassName
{
color: #FFCD4E;
}
</style>
background-color css
<style>
a { background-color: #FFCD4E; }
a { background-color: rgb(255,205,78); }
div.DivClassName
{
background-color: #FFCD4E;
}
.BgClassName
{
background-color: #FFCD4E;
}
</style>
border-color css
<style>
span { border-color: #FFCD4E; }
span { border-color: rgb(255,205,78); }
td.TdClassName
{
border-color: #FFCD4E;
}
.TagClassName
{
border-color: #FFCD4E;
}
</style>