Shades of Kournikova #FCCA4A
Tints of Kournikova #FCCA4A
RGB
CMYK
RGB Variations
Color information
#FCCA4A (or 0xFCCA4A) is known color: Kournikova. HEX triplet: FC, CA and 4A. RGB value is (252,202,74). Sum of RGB (Red+Green+Blue) = 252+202+74=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCA4A is #0335B5. Grayscale: #CACACA. Windows color (decimal): -210358 or 4901628. OLE color: 4901628.
HSL color Cylindrical-coordinate representation of color #FCCA4A: hue angle of 43.15º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCCA4A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 74 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.01 |
| HSL | 43.15º | 0.97% | 0.64% | - |
| HSV(B) | 43.15º | 0.71% | 0.99% | - |
| XYZ | 62.5 | 63.43 | 15.43 | - |
| YUV | 202.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 74 | 0 | 0.20 | 0.71 | 0.01 | 43.15 | 0.97 | 0.64 |
| Hex | FC | CA | 4A | 0 | 14 | 47 | 1 | 2B | 61 | 40 |
| Octal | 374 | 312 | 112 | 0 | 24 | 107 | 1 | 53 | 141 | 100 |
| Binary | 11111100 | 11001010 | 1001010 | 0 | 10100 | 1000111 | 1 | 101011 | 1100001 | 1000000 |
Color Harmonies of #FCCA4A
Complementary color
Monochromatic Colors of #FCCA4A
Black with #FCCA4A
Text Example
Text Example
White with #FCCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA4A; }
p { color: rgb(252,202,74); }
H1.HeaderClassName
{
color: #FCCA4A;
}
.AnyTagClassName
{
color: #FCCA4A;
}
</style>
background-color css
<style>
a { background-color: #FCCA4A; }
a { background-color: rgb(252,202,74); }
div.DivClassName
{
background-color: #FCCA4A;
}
.BgClassName
{
background-color: #FCCA4A;
}
</style>
border-color css
<style>
span { border-color: #FCCA4A; }
span { border-color: rgb(252,202,74); }
td.TdClassName
{
border-color: #FCCA4A;
}
.TagClassName
{
border-color: #FCCA4A;
}
</style>