Shades of Kournikova #FAC85C
Tints of Kournikova #FAC85C
RGB
CMYK
RGB Variations
Color information
#FAC85C (or 0xFAC85C) is known color: Kournikova. HEX triplet: FA, C8 and 5C. RGB value is (250,200,92). Sum of RGB (Red+Green+Blue) = 250+200+92=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC85C is #0537A3. Grayscale: #CBCBCB. Windows color (decimal): -341924 or 6080762. OLE color: 6080762.
HSL color Cylindrical-coordinate representation of color #FAC85C: hue angle of 41.01º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAC85C is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 92 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.02 |
| HSL | 41.01º | 0.94% | 0.67% | - |
| HSV(B) | 41.01º | 0.63% | 0.98% | - |
| XYZ | 62.01 | 62.41 | 18.9 | - |
| YUV | 202.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 92 | 0 | 0.2 | 0.63 | 0.02 | 41.01 | 0.94 | 0.67 |
| Hex | FA | C8 | 5C | 0 | 14 | 3F | 2 | 29 | 5E | 43 |
| Octal | 372 | 310 | 134 | 0 | 24 | 77 | 2 | 51 | 136 | 103 |
| Binary | 11111010 | 11001000 | 1011100 | 0 | 10100 | 111111 | 10 | 101001 | 1011110 | 1000011 |
Color Harmonies of #FAC85C
Complementary color
Monochromatic Colors of #FAC85C
Black with #FAC85C
Text Example
Text Example
White with #FAC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC85C; }
p { color: rgb(250,200,92); }
H1.HeaderClassName
{
color: #FAC85C;
}
.AnyTagClassName
{
color: #FAC85C;
}
</style>
background-color css
<style>
a { background-color: #FAC85C; }
a { background-color: rgb(250,200,92); }
div.DivClassName
{
background-color: #FAC85C;
}
.BgClassName
{
background-color: #FAC85C;
}
</style>
border-color css
<style>
span { border-color: #FAC85C; }
span { border-color: rgb(250,200,92); }
td.TdClassName
{
border-color: #FAC85C;
}
.TagClassName
{
border-color: #FAC85C;
}
</style>