Shades of Kournikova #F4D05C
Tints of Kournikova #F4D05C
RGB
CMYK
RGB Variations
Color information
#F4D05C (or 0xF4D05C) is known color: Kournikova. HEX triplet: F4, D0 and 5C. RGB value is (244,208,92). Sum of RGB (Red+Green+Blue) = 244+208+92=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D05C is #0B2FA3. Grayscale: #CECECE. Windows color (decimal): -733092 or 6082804. OLE color: 6082804.
HSL color Cylindrical-coordinate representation of color #F4D05C: hue angle of 45.79º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4D05C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 92 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.04 |
| HSL | 45.79º | 0.87% | 0.66% | - |
| HSV(B) | 45.79º | 0.62% | 0.96% | - |
| XYZ | 61.8 | 65.12 | 19.44 | - |
| YUV | 205.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 92 | 0 | 0.15 | 0.62 | 0.04 | 45.79 | 0.87 | 0.66 |
| Hex | F4 | D0 | 5C | 0 | F | 3E | 4 | 2E | 57 | 42 |
| Octal | 364 | 320 | 134 | 0 | 17 | 76 | 4 | 56 | 127 | 102 |
| Binary | 11110100 | 11010000 | 1011100 | 0 | 1111 | 111110 | 100 | 101110 | 1010111 | 1000010 |
Color Harmonies of #F4D05C
Complementary color
Monochromatic Colors of #F4D05C
Black with #F4D05C
Text Example
Text Example
White with #F4D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D05C; }
p { color: rgb(244,208,92); }
H1.HeaderClassName
{
color: #F4D05C;
}
.AnyTagClassName
{
color: #F4D05C;
}
</style>
background-color css
<style>
a { background-color: #F4D05C; }
a { background-color: rgb(244,208,92); }
div.DivClassName
{
background-color: #F4D05C;
}
.BgClassName
{
background-color: #F4D05C;
}
</style>
border-color css
<style>
span { border-color: #F4D05C; }
span { border-color: rgb(244,208,92); }
td.TdClassName
{
border-color: #F4D05C;
}
.TagClassName
{
border-color: #F4D05C;
}
</style>