Shades of Kournikova #F4CA4C
Tints of Kournikova #F4CA4C
RGB
CMYK
RGB Variations
Color information
#F4CA4C (or 0xF4CA4C) is known color: Kournikova. HEX triplet: F4, CA and 4C. RGB value is (244,202,76). Sum of RGB (Red+Green+Blue) = 244+202+76=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA4C is #0B35B3. Grayscale: #C8C8C8. Windows color (decimal): -734644 or 5032692. OLE color: 5032692.
HSL color Cylindrical-coordinate representation of color #F4CA4C: hue angle of 45º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4CA4C is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 76 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.04 |
| HSL | 45º | 0.88% | 0.63% | - |
| HSV(B) | 45º | 0.69% | 0.96% | - |
| XYZ | 59.73 | 62 | 15.66 | - |
| YUV | 200.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 76 | 0 | 0.17 | 0.69 | 0.04 | 45 | 0.88 | 0.63 |
| Hex | F4 | CA | 4C | 0 | 11 | 45 | 4 | 2D | 58 | 3F |
| Octal | 364 | 312 | 114 | 0 | 21 | 105 | 4 | 55 | 130 | 77 |
| Binary | 11110100 | 11001010 | 1001100 | 0 | 10001 | 1000101 | 100 | 101101 | 1011000 | 111111 |
Color Harmonies of #F4CA4C
Complementary color
Monochromatic Colors of #F4CA4C
Black with #F4CA4C
Text Example
Text Example
White with #F4CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA4C; }
p { color: rgb(244,202,76); }
H1.HeaderClassName
{
color: #F4CA4C;
}
.AnyTagClassName
{
color: #F4CA4C;
}
</style>
background-color css
<style>
a { background-color: #F4CA4C; }
a { background-color: rgb(244,202,76); }
div.DivClassName
{
background-color: #F4CA4C;
}
.BgClassName
{
background-color: #F4CA4C;
}
</style>
border-color css
<style>
span { border-color: #F4CA4C; }
span { border-color: rgb(244,202,76); }
td.TdClassName
{
border-color: #F4CA4C;
}
.TagClassName
{
border-color: #F4CA4C;
}
</style>