Shades of Kournikova #FECB4B
Tints of Kournikova #FECB4B
RGB
CMYK
RGB Variations
Color information
#FECB4B (or 0xFECB4B) is known color: Kournikova. HEX triplet: FE, CB and 4B. RGB value is (254,203,75). Sum of RGB (Red+Green+Blue) = 254+203+75=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB4B is #0134B4. Grayscale: #CCCCCC. Windows color (decimal): -79029 or 4967422. OLE color: 4967422.
HSL color Cylindrical-coordinate representation of color #FECB4B: hue angle of 42.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FECB4B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 75 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.00 |
| HSL | 42.91º | 0.99% | 0.65% | - |
| HSV(B) | 42.91º | 0.7% | 1% | - |
| XYZ | 63.5 | 64.29 | 15.72 | - |
| YUV | 203.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 75 | 0 | 0.20 | 0.70 | 0.00 | 42.91 | 0.99 | 0.65 |
| Hex | FE | CB | 4B | 0 | 14 | 46 | 0 | 2B | 63 | 41 |
| Octal | 376 | 313 | 113 | 0 | 24 | 106 | 0 | 53 | 143 | 101 |
| Binary | 11111110 | 11001011 | 1001011 | 0 | 10100 | 1000110 | 0 | 101011 | 1100011 | 1000001 |
Color Harmonies of #FECB4B
Complementary color
Monochromatic Colors of #FECB4B
Black with #FECB4B
Text Example
Text Example
White with #FECB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB4B; }
p { color: rgb(254,203,75); }
H1.HeaderClassName
{
color: #FECB4B;
}
.AnyTagClassName
{
color: #FECB4B;
}
</style>
background-color css
<style>
a { background-color: #FECB4B; }
a { background-color: rgb(254,203,75); }
div.DivClassName
{
background-color: #FECB4B;
}
.BgClassName
{
background-color: #FECB4B;
}
</style>
border-color css
<style>
span { border-color: #FECB4B; }
span { border-color: rgb(254,203,75); }
td.TdClassName
{
border-color: #FECB4B;
}
.TagClassName
{
border-color: #FECB4B;
}
</style>