Shades of Kournikova #FECA48
Tints of Kournikova #FECA48
RGB
CMYK
RGB Variations
Color information
#FECA48 (or 0xFECA48) is known color: Kournikova. HEX triplet: FE, CA and 48. RGB value is (254,202,72). Sum of RGB (Red+Green+Blue) = 254+202+72=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA48 is #0135B7. Grayscale: #CBCBCB. Windows color (decimal): -79288 or 4770558. OLE color: 4770558.
HSL color Cylindrical-coordinate representation of color #FECA48: hue angle of 42.86º 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 #FECA48 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 72 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.00 |
| HSL | 42.86º | 0.99% | 0.64% | - |
| HSV(B) | 42.86º | 0.72% | 1% | - |
| XYZ | 63.16 | 63.78 | 15.11 | - |
| YUV | 202.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 72 | 0 | 0.20 | 0.72 | 0.00 | 42.86 | 0.99 | 0.64 |
| Hex | FE | CA | 48 | 0 | 14 | 48 | 0 | 2B | 63 | 40 |
| Octal | 376 | 312 | 110 | 0 | 24 | 110 | 0 | 53 | 143 | 100 |
| Binary | 11111110 | 11001010 | 1001000 | 0 | 10100 | 1001000 | 0 | 101011 | 1100011 | 1000000 |
Color Harmonies of #FECA48
Complementary color
Monochromatic Colors of #FECA48
Black with #FECA48
Text Example
Text Example
White with #FECA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA48; }
p { color: rgb(254,202,72); }
H1.HeaderClassName
{
color: #FECA48;
}
.AnyTagClassName
{
color: #FECA48;
}
</style>
background-color css
<style>
a { background-color: #FECA48; }
a { background-color: rgb(254,202,72); }
div.DivClassName
{
background-color: #FECA48;
}
.BgClassName
{
background-color: #FECA48;
}
</style>
border-color css
<style>
span { border-color: #FECA48; }
span { border-color: rgb(254,202,72); }
td.TdClassName
{
border-color: #FECA48;
}
.TagClassName
{
border-color: #FECA48;
}
</style>