Shades of Kournikova #FED348
Tints of Kournikova #FED348
RGB
CMYK
RGB Variations
Color information
#FED348 (or 0xFED348) is known color: Kournikova. HEX triplet: FE, D3 and 48. RGB value is (254,211,72). Sum of RGB (Red+Green+Blue) = 254+211+72=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED348 is #012CB7. Grayscale: #D0D0D0. Windows color (decimal): -76984 or 4772862. OLE color: 4772862.
HSL color Cylindrical-coordinate representation of color #FED348: hue angle of 45.82º 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 #FED348 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 72 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.00 |
| HSL | 45.82º | 0.99% | 0.64% | - |
| HSV(B) | 45.82º | 0.72% | 1% | - |
| XYZ | 65.34 | 68.13 | 15.84 | - |
| YUV | 208.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 72 | 0 | 0.17 | 0.72 | 0.00 | 45.82 | 0.99 | 0.64 |
| Hex | FE | D3 | 48 | 0 | 11 | 48 | 0 | 2E | 63 | 40 |
| Octal | 376 | 323 | 110 | 0 | 21 | 110 | 0 | 56 | 143 | 100 |
| Binary | 11111110 | 11010011 | 1001000 | 0 | 10001 | 1001000 | 0 | 101110 | 1100011 | 1000000 |
Color Harmonies of #FED348
Complementary color
Monochromatic Colors of #FED348
Black with #FED348
Text Example
Text Example
White with #FED348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED348; }
p { color: rgb(254,211,72); }
H1.HeaderClassName
{
color: #FED348;
}
.AnyTagClassName
{
color: #FED348;
}
</style>
background-color css
<style>
a { background-color: #FED348; }
a { background-color: rgb(254,211,72); }
div.DivClassName
{
background-color: #FED348;
}
.BgClassName
{
background-color: #FED348;
}
</style>
border-color css
<style>
span { border-color: #FED348; }
span { border-color: rgb(254,211,72); }
td.TdClassName
{
border-color: #FED348;
}
.TagClassName
{
border-color: #FED348;
}
</style>