Shades of Kournikova #FFCB4F
Tints of Kournikova #FFCB4F
RGB
CMYK
RGB Variations
Color information
#FFCB4F (or 0xFFCB4F) is known color: Kournikova. HEX triplet: FF, CB and 4F. RGB value is (255,203,79). Sum of RGB (Red+Green+Blue) = 255+203+79=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB4F is #0034B0. Grayscale: #CCCCCC. Windows color (decimal): -13489 or 5229567. OLE color: 5229567.
HSL color Cylindrical-coordinate representation of color #FFCB4F: hue angle of 42.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFCB4F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 79 | - |
| CMYK | 0 | 0.20 | 0.69 | 0 |
| HSL | 42.27º | 1% | 0.65% | - |
| HSV(B) | 42.27º | 0.69% | 1% | - |
| XYZ | 64.01 | 64.54 | 16.48 | - |
| YUV | 204.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 79 | 0 | 0.20 | 0.69 | 0 | 42.27 | 1 | 0.65 |
| Hex | FF | CB | 4F | 0 | 14 | 45 | 0 | 2A | 64 | 41 |
| Octal | 377 | 313 | 117 | 0 | 24 | 105 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001011 | 1001111 | 0 | 10100 | 1000101 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFCB4F
Complementary color
Monochromatic Colors of #FFCB4F
Black with #FFCB4F
Text Example
Text Example
White with #FFCB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB4F; }
p { color: rgb(255,203,79); }
H1.HeaderClassName
{
color: #FFCB4F;
}
.AnyTagClassName
{
color: #FFCB4F;
}
</style>
background-color css
<style>
a { background-color: #FFCB4F; }
a { background-color: rgb(255,203,79); }
div.DivClassName
{
background-color: #FFCB4F;
}
.BgClassName
{
background-color: #FFCB4F;
}
</style>
border-color css
<style>
span { border-color: #FFCB4F; }
span { border-color: rgb(255,203,79); }
td.TdClassName
{
border-color: #FFCB4F;
}
.TagClassName
{
border-color: #FFCB4F;
}
</style>