Shades of Kournikova #FDCB4E
Tints of Kournikova #FDCB4E
RGB
CMYK
RGB Variations
Color information
#FDCB4E (or 0xFDCB4E) is known color: Kournikova. HEX triplet: FD, CB and 4E. RGB value is (253,203,78). Sum of RGB (Red+Green+Blue) = 253+203+78=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB4E is #0234B1. Grayscale: #CCCCCC. Windows color (decimal): -144562 or 5164029. OLE color: 5164029.
HSL color Cylindrical-coordinate representation of color #FDCB4E: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDCB4E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.01 |
| HSL | 42.86º | 0.98% | 0.65% | - |
| HSV(B) | 42.86º | 0.69% | 0.99% | - |
| XYZ | 63.24 | 64.14 | 16.26 | - |
| YUV | 203.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 78 | 0 | 0.20 | 0.69 | 0.01 | 42.86 | 0.98 | 0.65 |
| Hex | FD | CB | 4E | 0 | 14 | 45 | 1 | 2B | 62 | 41 |
| Octal | 375 | 313 | 116 | 0 | 24 | 105 | 1 | 53 | 142 | 101 |
| Binary | 11111101 | 11001011 | 1001110 | 0 | 10100 | 1000101 | 1 | 101011 | 1100010 | 1000001 |
Color Harmonies of #FDCB4E
Complementary color
Monochromatic Colors of #FDCB4E
Black with #FDCB4E
Text Example
Text Example
White with #FDCB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB4E; }
p { color: rgb(253,203,78); }
H1.HeaderClassName
{
color: #FDCB4E;
}
.AnyTagClassName
{
color: #FDCB4E;
}
</style>
background-color css
<style>
a { background-color: #FDCB4E; }
a { background-color: rgb(253,203,78); }
div.DivClassName
{
background-color: #FDCB4E;
}
.BgClassName
{
background-color: #FDCB4E;
}
</style>
border-color css
<style>
span { border-color: #FDCB4E; }
span { border-color: rgb(253,203,78); }
td.TdClassName
{
border-color: #FDCB4E;
}
.TagClassName
{
border-color: #FDCB4E;
}
</style>