Shades of Kournikova #FAC84A
Tints of Kournikova #FAC84A
RGB
CMYK
RGB Variations
Color information
#FAC84A (or 0xFAC84A) is known color: Kournikova. HEX triplet: FA, C8 and 4A. RGB value is (250,200,74). Sum of RGB (Red+Green+Blue) = 250+200+74=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC84A is #0537B5. Grayscale: #C9C9C9. Windows color (decimal): -341942 or 4901114. OLE color: 4901114.
HSL color Cylindrical-coordinate representation of color #FAC84A: hue angle of 42.95º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC84A is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 74 | - |
| CMYK | 0 | 0.2 | 0.70 | 0.02 |
| HSL | 42.95º | 0.95% | 0.64% | - |
| HSV(B) | 42.95º | 0.7% | 0.98% | - |
| XYZ | 61.31 | 62.13 | 15.24 | - |
| YUV | 200.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 74 | 0 | 0.2 | 0.70 | 0.02 | 42.95 | 0.95 | 0.64 |
| Hex | FA | C8 | 4A | 0 | 14 | 46 | 2 | 2B | 5F | 40 |
| Octal | 372 | 310 | 112 | 0 | 24 | 106 | 2 | 53 | 137 | 100 |
| Binary | 11111010 | 11001000 | 1001010 | 0 | 10100 | 1000110 | 10 | 101011 | 1011111 | 1000000 |
Color Harmonies of #FAC84A
Complementary color
Monochromatic Colors of #FAC84A
Black with #FAC84A
Text Example
Text Example
White with #FAC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC84A; }
p { color: rgb(250,200,74); }
H1.HeaderClassName
{
color: #FAC84A;
}
.AnyTagClassName
{
color: #FAC84A;
}
</style>
background-color css
<style>
a { background-color: #FAC84A; }
a { background-color: rgb(250,200,74); }
div.DivClassName
{
background-color: #FAC84A;
}
.BgClassName
{
background-color: #FAC84A;
}
</style>
border-color css
<style>
span { border-color: #FAC84A; }
span { border-color: rgb(250,200,74); }
td.TdClassName
{
border-color: #FAC84A;
}
.TagClassName
{
border-color: #FAC84A;
}
</style>