Shades of Turbo #FFCF16
Tints of Turbo #FFCF16
RGB
CMYK
RGB Variations
Color information
#FFCF16 (or 0xFFCF16) is known color: Turbo. HEX triplet: FF, CF and 16. RGB value is (255,207,22). Sum of RGB (Red+Green+Blue) = 255+207+22=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF16 is #0030E9. Grayscale: #C9C9C9. Windows color (decimal): -12522 or 1495039. OLE color: 1495039.
HSL color Cylindrical-coordinate representation of color #FFCF16: hue angle of 47.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFCF16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0 |
| HSL | 47.64º | 1% | 0.54% | - |
| HSV(B) | 47.64º | 0.91% | 1% | - |
| XYZ | 63.7 | 65.94 | 10.13 | - |
| YUV | 200.26 | 27.4 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 22 | 0 | 0.19 | 0.91 | 0 | 47.64 | 1 | 0.54 |
| Hex | FF | CF | 16 | 0 | 13 | 5B | 0 | 30 | 64 | 36 |
| Octal | 377 | 317 | 26 | 0 | 23 | 133 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11001111 | 10110 | 0 | 10011 | 1011011 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFCF16
Complementary color
Monochromatic Colors of #FFCF16
Black with #FFCF16
Text Example
Text Example
White with #FFCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF16; }
p { color: rgb(255,207,22); }
H1.HeaderClassName
{
color: #FFCF16;
}
.AnyTagClassName
{
color: #FFCF16;
}
</style>
background-color css
<style>
a { background-color: #FFCF16; }
a { background-color: rgb(255,207,22); }
div.DivClassName
{
background-color: #FFCF16;
}
.BgClassName
{
background-color: #FFCF16;
}
</style>
border-color css
<style>
span { border-color: #FFCF16; }
span { border-color: rgb(255,207,22); }
td.TdClassName
{
border-color: #FFCF16;
}
.TagClassName
{
border-color: #FFCF16;
}
</style>