Shades of Kournikova #FCD34B
Tints of Kournikova #FCD34B
RGB
CMYK
RGB Variations
Color information
#FCD34B (or 0xFCD34B) is known color: Kournikova. HEX triplet: FC, D3 and 4B. RGB value is (252,211,75). Sum of RGB (Red+Green+Blue) = 252+211+75=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD34B is #032CB4. Grayscale: #D0D0D0. Windows color (decimal): -208053 or 4969468. OLE color: 4969468.
HSL color Cylindrical-coordinate representation of color #FCD34B: hue angle of 46.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCD34B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 75 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.01 |
| HSL | 46.1º | 0.97% | 0.64% | - |
| HSV(B) | 46.1º | 0.7% | 0.99% | - |
| XYZ | 64.71 | 67.79 | 16.33 | - |
| YUV | 207.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 75 | 0 | 0.16 | 0.70 | 0.01 | 46.1 | 0.97 | 0.64 |
| Hex | FC | D3 | 4B | 0 | 10 | 46 | 1 | 2E | 61 | 40 |
| Octal | 374 | 323 | 113 | 0 | 20 | 106 | 1 | 56 | 141 | 100 |
| Binary | 11111100 | 11010011 | 1001011 | 0 | 10000 | 1000110 | 1 | 101110 | 1100001 | 1000000 |
Color Harmonies of #FCD34B
Complementary color
Monochromatic Colors of #FCD34B
Black with #FCD34B
Text Example
Text Example
White with #FCD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD34B; }
p { color: rgb(252,211,75); }
H1.HeaderClassName
{
color: #FCD34B;
}
.AnyTagClassName
{
color: #FCD34B;
}
</style>
background-color css
<style>
a { background-color: #FCD34B; }
a { background-color: rgb(252,211,75); }
div.DivClassName
{
background-color: #FCD34B;
}
.BgClassName
{
background-color: #FCD34B;
}
</style>
border-color css
<style>
span { border-color: #FCD34B; }
span { border-color: rgb(252,211,75); }
td.TdClassName
{
border-color: #FCD34B;
}
.TagClassName
{
border-color: #FCD34B;
}
</style>