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