Shades of Turbo #FFCF19
Tints of Turbo #FFCF19
RGB
CMYK
RGB Variations
Color information
#FFCF19 (or 0xFFCF19) is known color: Turbo. HEX triplet: FF, CF and 19. RGB value is (255,207,25). Sum of RGB (Red+Green+Blue) = 255+207+25=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 25 (10.16% from 255 or 5.13% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF19 is #0030E6. Grayscale: #C9C9C9. Windows color (decimal): -12519 or 1691647. OLE color: 1691647.
HSL color Cylindrical-coordinate representation of color #FFCF19: hue angle of 47.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCF19 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 25 | - |
| CMYK | 0 | 0.19 | 0.90 | 0 |
| HSL | 47.48º | 1% | 0.55% | - |
| HSV(B) | 47.48º | 0.9% | 1% | - |
| XYZ | 63.73 | 65.96 | 10.29 | - |
| YUV | 200.6 | 28.9 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 25 | 0 | 0.19 | 0.90 | 0 | 47.48 | 1 | 0.55 |
| Hex | FF | CF | 19 | 0 | 13 | 5A | 0 | 2F | 64 | 37 |
| Octal | 377 | 317 | 31 | 0 | 23 | 132 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001111 | 11001 | 0 | 10011 | 1011010 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCF19
Complementary color
Monochromatic Colors of #FFCF19
Black with #FFCF19
Text Example
Text Example
White with #FFCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF19; }
p { color: rgb(255,207,25); }
H1.HeaderClassName
{
color: #FFCF19;
}
.AnyTagClassName
{
color: #FFCF19;
}
</style>
background-color css
<style>
a { background-color: #FFCF19; }
a { background-color: rgb(255,207,25); }
div.DivClassName
{
background-color: #FFCF19;
}
.BgClassName
{
background-color: #FFCF19;
}
</style>
border-color css
<style>
span { border-color: #FFCF19; }
span { border-color: rgb(255,207,25); }
td.TdClassName
{
border-color: #FFCF19;
}
.TagClassName
{
border-color: #FFCF19;
}
</style>