Shades of Kournikova #FAD04C
Tints of Kournikova #FAD04C
RGB
CMYK
RGB Variations
Color information
#FAD04C (or 0xFAD04C) is known color: Kournikova. HEX triplet: FA, D0 and 4C. RGB value is (250,208,76). Sum of RGB (Red+Green+Blue) = 250+208+76=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD04C is #052FB3. Grayscale: #CECECE. Windows color (decimal): -339892 or 5034234. OLE color: 5034234.
HSL color Cylindrical-coordinate representation of color #FAD04C: hue angle of 45.52º 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 #FAD04C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 76 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.02 |
| HSL | 45.52º | 0.95% | 0.64% | - |
| HSV(B) | 45.52º | 0.7% | 0.98% | - |
| XYZ | 63.28 | 65.96 | 16.23 | - |
| YUV | 205.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 76 | 0 | 0.17 | 0.70 | 0.02 | 45.52 | 0.95 | 0.64 |
| Hex | FA | D0 | 4C | 0 | 11 | 46 | 2 | 2E | 5F | 40 |
| Octal | 372 | 320 | 114 | 0 | 21 | 106 | 2 | 56 | 137 | 100 |
| Binary | 11111010 | 11010000 | 1001100 | 0 | 10001 | 1000110 | 10 | 101110 | 1011111 | 1000000 |
Color Harmonies of #FAD04C
Complementary color
Monochromatic Colors of #FAD04C
Black with #FAD04C
Text Example
Text Example
White with #FAD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD04C; }
p { color: rgb(250,208,76); }
H1.HeaderClassName
{
color: #FAD04C;
}
.AnyTagClassName
{
color: #FAD04C;
}
</style>
background-color css
<style>
a { background-color: #FAD04C; }
a { background-color: rgb(250,208,76); }
div.DivClassName
{
background-color: #FAD04C;
}
.BgClassName
{
background-color: #FAD04C;
}
</style>
border-color css
<style>
span { border-color: #FAD04C; }
span { border-color: rgb(250,208,76); }
td.TdClassName
{
border-color: #FAD04C;
}
.TagClassName
{
border-color: #FAD04C;
}
</style>