Shades of Kournikova #FECA47
Tints of Kournikova #FECA47
RGB
CMYK
RGB Variations
Color information
#FECA47 (or 0xFECA47) is known color: Kournikova. HEX triplet: FE, CA and 47. RGB value is (254,202,71). Sum of RGB (Red+Green+Blue) = 254+202+71=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA47 is #0135B8. Grayscale: #CBCBCB. Windows color (decimal): -79289 or 4705022. OLE color: 4705022.
HSL color Cylindrical-coordinate representation of color #FECA47: hue angle of 42.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FECA47 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 71 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.00 |
| HSL | 42.95º | 0.99% | 0.64% | - |
| HSV(B) | 42.95º | 0.72% | 1% | - |
| XYZ | 63.13 | 63.77 | 14.94 | - |
| YUV | 202.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 71 | 0 | 0.20 | 0.72 | 0.00 | 42.95 | 0.99 | 0.64 |
| Hex | FE | CA | 47 | 0 | 14 | 48 | 0 | 2B | 63 | 40 |
| Octal | 376 | 312 | 107 | 0 | 24 | 110 | 0 | 53 | 143 | 100 |
| Binary | 11111110 | 11001010 | 1000111 | 0 | 10100 | 1001000 | 0 | 101011 | 1100011 | 1000000 |
Color Harmonies of #FECA47
Complementary color
Monochromatic Colors of #FECA47
Black with #FECA47
Text Example
Text Example
White with #FECA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA47; }
p { color: rgb(254,202,71); }
H1.HeaderClassName
{
color: #FECA47;
}
.AnyTagClassName
{
color: #FECA47;
}
</style>
background-color css
<style>
a { background-color: #FECA47; }
a { background-color: rgb(254,202,71); }
div.DivClassName
{
background-color: #FECA47;
}
.BgClassName
{
background-color: #FECA47;
}
</style>
border-color css
<style>
span { border-color: #FECA47; }
span { border-color: rgb(254,202,71); }
td.TdClassName
{
border-color: #FECA47;
}
.TagClassName
{
border-color: #FECA47;
}
</style>