Shades of Kournikova #F7C84A
Tints of Kournikova #F7C84A
RGB
CMYK
RGB Variations
Color information
#F7C84A (or 0xF7C84A) is known color: Kournikova. HEX triplet: F7, C8 and 4A. RGB value is (247,200,74). Sum of RGB (Red+Green+Blue) = 247+200+74=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C84A is #0837B5. Grayscale: #C8C8C8. Windows color (decimal): -538550 or 4901111. OLE color: 4901111.
HSL color Cylindrical-coordinate representation of color #F7C84A: hue angle of 43.7º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7C84A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 74 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.03 |
| HSL | 43.7º | 0.92% | 0.63% | - |
| HSV(B) | 43.7º | 0.7% | 0.97% | - |
| XYZ | 60.25 | 61.58 | 15.19 | - |
| YUV | 199.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 74 | 0 | 0.19 | 0.70 | 0.03 | 43.7 | 0.92 | 0.63 |
| Hex | F7 | C8 | 4A | 0 | 13 | 46 | 3 | 2C | 5C | 3F |
| Octal | 367 | 310 | 112 | 0 | 23 | 106 | 3 | 54 | 134 | 77 |
| Binary | 11110111 | 11001000 | 1001010 | 0 | 10011 | 1000110 | 11 | 101100 | 1011100 | 111111 |
Color Harmonies of #F7C84A
Complementary color
Monochromatic Colors of #F7C84A
Black with #F7C84A
Text Example
Text Example
White with #F7C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C84A; }
p { color: rgb(247,200,74); }
H1.HeaderClassName
{
color: #F7C84A;
}
.AnyTagClassName
{
color: #F7C84A;
}
</style>
background-color css
<style>
a { background-color: #F7C84A; }
a { background-color: rgb(247,200,74); }
div.DivClassName
{
background-color: #F7C84A;
}
.BgClassName
{
background-color: #F7C84A;
}
</style>
border-color css
<style>
span { border-color: #F7C84A; }
span { border-color: rgb(247,200,74); }
td.TdClassName
{
border-color: #F7C84A;
}
.TagClassName
{
border-color: #F7C84A;
}
</style>