Shades of Kournikova #FFCB54
Tints of Kournikova #FFCB54
RGB
CMYK
RGB Variations
Color information
#FFCB54 (or 0xFFCB54) is known color: Kournikova. HEX triplet: FF, CB and 54. RGB value is (255,203,84). Sum of RGB (Red+Green+Blue) = 255+203+84=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 84 (33.20% from 255 or 15.50% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB54 is #0034AB. Grayscale: #CDCDCD. Windows color (decimal): -13484 or 5557247. OLE color: 5557247.
HSL color Cylindrical-coordinate representation of color #FFCB54: hue angle of 41.75º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCB54 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 84 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 41.75º | 1% | 0.66% | - |
| HSV(B) | 41.75º | 0.67% | 1% | - |
| XYZ | 64.2 | 64.61 | 17.48 | - |
| YUV | 204.98 | 59.73 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 84 | 0 | 0.20 | 0.67 | 0 | 41.75 | 1 | 0.66 |
| Hex | FF | CB | 54 | 0 | 14 | 43 | 0 | 2A | 64 | 42 |
| Octal | 377 | 313 | 124 | 0 | 24 | 103 | 0 | 52 | 144 | 102 |
| Binary | 11111111 | 11001011 | 1010100 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000010 |
Color Harmonies of #FFCB54
Complementary color
Monochromatic Colors of #FFCB54
Black with #FFCB54
Text Example
Text Example
White with #FFCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB54; }
p { color: rgb(255,203,84); }
H1.HeaderClassName
{
color: #FFCB54;
}
.AnyTagClassName
{
color: #FFCB54;
}
</style>
background-color css
<style>
a { background-color: #FFCB54; }
a { background-color: rgb(255,203,84); }
div.DivClassName
{
background-color: #FFCB54;
}
.BgClassName
{
background-color: #FFCB54;
}
</style>
border-color css
<style>
span { border-color: #FFCB54; }
span { border-color: rgb(255,203,84); }
td.TdClassName
{
border-color: #FFCB54;
}
.TagClassName
{
border-color: #FFCB54;
}
</style>