Shades of Turbo #FFCF14
Tints of Turbo #FFCF14
RGB
CMYK
RGB Variations
Color information
#FFCF14 (or 0xFFCF14) is known color: Turbo. HEX triplet: FF, CF and 14. RGB value is (255,207,20). Sum of RGB (Red+Green+Blue) = 255+207+20=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF14 is #0030EB. Grayscale: #C8C8C8. Windows color (decimal): -12524 or 1363967. OLE color: 1363967.
HSL color Cylindrical-coordinate representation of color #FFCF14: hue angle of 47.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFCF14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0 |
| HSL | 47.74º | 1% | 0.54% | - |
| HSV(B) | 47.74º | 0.92% | 1% | - |
| XYZ | 63.68 | 65.94 | 10.03 | - |
| YUV | 200.03 | 26.4 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 20 | 0 | 0.19 | 0.92 | 0 | 47.74 | 1 | 0.54 |
| Hex | FF | CF | 14 | 0 | 13 | 5C | 0 | 30 | 64 | 36 |
| Octal | 377 | 317 | 24 | 0 | 23 | 134 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11001111 | 10100 | 0 | 10011 | 1011100 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFCF14
Complementary color
Monochromatic Colors of #FFCF14
Black with #FFCF14
Text Example
Text Example
White with #FFCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF14; }
p { color: rgb(255,207,20); }
H1.HeaderClassName
{
color: #FFCF14;
}
.AnyTagClassName
{
color: #FFCF14;
}
</style>
background-color css
<style>
a { background-color: #FFCF14; }
a { background-color: rgb(255,207,20); }
div.DivClassName
{
background-color: #FFCF14;
}
.BgClassName
{
background-color: #FFCF14;
}
</style>
border-color css
<style>
span { border-color: #FFCF14; }
span { border-color: rgb(255,207,20); }
td.TdClassName
{
border-color: #FFCF14;
}
.TagClassName
{
border-color: #FFCF14;
}
</style>