Shades of Kournikova #FDCB5C
Tints of Kournikova #FDCB5C
RGB
CMYK
RGB Variations
Color information
#FDCB5C (or 0xFDCB5C) is known color: Kournikova. HEX triplet: FD, CB and 5C. RGB value is (253,203,92). Sum of RGB (Red+Green+Blue) = 253+203+92=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB5C is #0234A3. Grayscale: #CDCDCD. Windows color (decimal): -144548 or 6081533. OLE color: 6081533.
HSL color Cylindrical-coordinate representation of color #FDCB5C: hue angle of 41.37º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDCB5C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 92 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.01 |
| HSL | 41.37º | 0.98% | 0.68% | - |
| HSV(B) | 41.37º | 0.64% | 0.99% | - |
| XYZ | 63.8 | 64.37 | 19.19 | - |
| YUV | 205.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 92 | 0 | 0.20 | 0.64 | 0.01 | 41.37 | 0.98 | 0.68 |
| Hex | FD | CB | 5C | 0 | 14 | 40 | 1 | 29 | 62 | 44 |
| Octal | 375 | 313 | 134 | 0 | 24 | 100 | 1 | 51 | 142 | 104 |
| Binary | 11111101 | 11001011 | 1011100 | 0 | 10100 | 1000000 | 1 | 101001 | 1100010 | 1000100 |
Color Harmonies of #FDCB5C
Complementary color
Monochromatic Colors of #FDCB5C
Black with #FDCB5C
Text Example
Text Example
White with #FDCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB5C; }
p { color: rgb(253,203,92); }
H1.HeaderClassName
{
color: #FDCB5C;
}
.AnyTagClassName
{
color: #FDCB5C;
}
</style>
background-color css
<style>
a { background-color: #FDCB5C; }
a { background-color: rgb(253,203,92); }
div.DivClassName
{
background-color: #FDCB5C;
}
.BgClassName
{
background-color: #FDCB5C;
}
</style>
border-color css
<style>
span { border-color: #FDCB5C; }
span { border-color: rgb(253,203,92); }
td.TdClassName
{
border-color: #FDCB5C;
}
.TagClassName
{
border-color: #FDCB5C;
}
</style>