Shades of Kournikova #FFCB4A
Tints of Kournikova #FFCB4A
RGB
CMYK
RGB Variations
Color information
#FFCB4A (or 0xFFCB4A) is known color: Kournikova. HEX triplet: FF, CB and 4A. RGB value is (255,203,74). Sum of RGB (Red+Green+Blue) = 255+203+74=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB4A is #0034B5. Grayscale: #CCCCCC. Windows color (decimal): -13494 or 4901887. OLE color: 4901887.
HSL color Cylindrical-coordinate representation of color #FFCB4A: hue angle of 42.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFCB4A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 74 | - |
| CMYK | 0 | 0.20 | 0.71 | 0 |
| HSL | 42.76º | 1% | 0.65% | - |
| HSV(B) | 42.76º | 0.71% | 1% | - |
| XYZ | 63.83 | 64.47 | 15.56 | - |
| YUV | 203.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 74 | 0 | 0.20 | 0.71 | 0 | 42.76 | 1 | 0.65 |
| Hex | FF | CB | 4A | 0 | 14 | 47 | 0 | 2B | 64 | 41 |
| Octal | 377 | 313 | 112 | 0 | 24 | 107 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001011 | 1001010 | 0 | 10100 | 1000111 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCB4A
Complementary color
Monochromatic Colors of #FFCB4A
Black with #FFCB4A
Text Example
Text Example
White with #FFCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB4A; }
p { color: rgb(255,203,74); }
H1.HeaderClassName
{
color: #FFCB4A;
}
.AnyTagClassName
{
color: #FFCB4A;
}
</style>
background-color css
<style>
a { background-color: #FFCB4A; }
a { background-color: rgb(255,203,74); }
div.DivClassName
{
background-color: #FFCB4A;
}
.BgClassName
{
background-color: #FFCB4A;
}
</style>
border-color css
<style>
span { border-color: #FFCB4A; }
span { border-color: rgb(255,203,74); }
td.TdClassName
{
border-color: #FFCB4A;
}
.TagClassName
{
border-color: #FFCB4A;
}
</style>