Shades of Kournikova #FED44B
Tints of Kournikova #FED44B
RGB
CMYK
RGB Variations
Color information
#FED44B (or 0xFED44B) is known color: Kournikova. HEX triplet: FE, D4 and 4B. RGB value is (254,212,75). Sum of RGB (Red+Green+Blue) = 254+212+75=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED44B is #012BB4. Grayscale: #D1D1D1. Windows color (decimal): -76725 or 4969726. OLE color: 4969726.
HSL color Cylindrical-coordinate representation of color #FED44B: hue angle of 45.92º 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 #FED44B is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 75 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.00 |
| HSL | 45.92º | 0.99% | 0.65% | - |
| HSV(B) | 45.92º | 0.7% | 1% | - |
| XYZ | 65.69 | 68.67 | 16.45 | - |
| YUV | 208.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 75 | 0 | 0.17 | 0.70 | 0.00 | 45.92 | 0.99 | 0.65 |
| Hex | FE | D4 | 4B | 0 | 11 | 46 | 0 | 2E | 63 | 41 |
| Octal | 376 | 324 | 113 | 0 | 21 | 106 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010100 | 1001011 | 0 | 10001 | 1000110 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED44B
Complementary color
Monochromatic Colors of #FED44B
Black with #FED44B
Text Example
Text Example
White with #FED44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED44B; }
p { color: rgb(254,212,75); }
H1.HeaderClassName
{
color: #FED44B;
}
.AnyTagClassName
{
color: #FED44B;
}
</style>
background-color css
<style>
a { background-color: #FED44B; }
a { background-color: rgb(254,212,75); }
div.DivClassName
{
background-color: #FED44B;
}
.BgClassName
{
background-color: #FED44B;
}
</style>
border-color css
<style>
span { border-color: #FED44B; }
span { border-color: rgb(254,212,75); }
td.TdClassName
{
border-color: #FED44B;
}
.TagClassName
{
border-color: #FED44B;
}
</style>