Shades of Turbo #FFCF27
Tints of Turbo #FFCF27
RGB
CMYK
RGB Variations
Color information
#FFCF27 (or 0xFFCF27) is known color: Turbo. HEX triplet: FF, CF and 27. RGB value is (255,207,39). Sum of RGB (Red+Green+Blue) = 255+207+39=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF27 is #0030D8. Grayscale: #CACACA. Windows color (decimal): -12505 or 2609151. OLE color: 2609151.
HSL color Cylindrical-coordinate representation of color #FFCF27: hue angle of 46.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFCF27 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 39 | - |
| CMYK | 0 | 0.19 | 0.85 | 0 |
| HSL | 46.67º | 1% | 0.58% | - |
| HSV(B) | 46.67º | 0.85% | 1% | - |
| XYZ | 63.92 | 66.03 | 11.3 | - |
| YUV | 202.2 | 35.9 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 39 | 0 | 0.19 | 0.85 | 0 | 46.67 | 1 | 0.58 |
| Hex | FF | CF | 27 | 0 | 13 | 55 | 0 | 2F | 64 | 3A |
| Octal | 377 | 317 | 47 | 0 | 23 | 125 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11001111 | 100111 | 0 | 10011 | 1010101 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFCF27
Complementary color
Monochromatic Colors of #FFCF27
Black with #FFCF27
Text Example
Text Example
White with #FFCF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF27; }
p { color: rgb(255,207,39); }
H1.HeaderClassName
{
color: #FFCF27;
}
.AnyTagClassName
{
color: #FFCF27;
}
</style>
background-color css
<style>
a { background-color: #FFCF27; }
a { background-color: rgb(255,207,39); }
div.DivClassName
{
background-color: #FFCF27;
}
.BgClassName
{
background-color: #FFCF27;
}
</style>
border-color css
<style>
span { border-color: #FFCF27; }
span { border-color: rgb(255,207,39); }
td.TdClassName
{
border-color: #FFCF27;
}
.TagClassName
{
border-color: #FFCF27;
}
</style>