Shades of Turbo #FFCF1B
Tints of Turbo #FFCF1B
RGB
CMYK
RGB Variations
Color information
#FFCF1B (or 0xFFCF1B) is known color: Turbo. HEX triplet: FF, CF and 1B. RGB value is (255,207,27). Sum of RGB (Red+Green+Blue) = 255+207+27=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF1B is #0030E4. Grayscale: #C9C9C9. Windows color (decimal): -12517 or 1822719. OLE color: 1822719.
HSL color Cylindrical-coordinate representation of color #FFCF1B: hue angle of 47.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFCF1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 27 | - |
| CMYK | 0 | 0.19 | 0.89 | 0 |
| HSL | 47.37º | 1% | 0.55% | - |
| HSV(B) | 47.37º | 0.89% | 1% | - |
| XYZ | 63.75 | 65.96 | 10.41 | - |
| YUV | 200.83 | 29.9 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 27 | 0 | 0.19 | 0.89 | 0 | 47.37 | 1 | 0.55 |
| Hex | FF | CF | 1B | 0 | 13 | 59 | 0 | 2F | 64 | 37 |
| Octal | 377 | 317 | 33 | 0 | 23 | 131 | 0 | 57 | 144 | 67 |
| Binary | 11111111 | 11001111 | 11011 | 0 | 10011 | 1011001 | 0 | 101111 | 1100100 | 110111 |
Color Harmonies of #FFCF1B
Complementary color
Monochromatic Colors of #FFCF1B
Black with #FFCF1B
Text Example
Text Example
White with #FFCF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF1B; }
p { color: rgb(255,207,27); }
H1.HeaderClassName
{
color: #FFCF1B;
}
.AnyTagClassName
{
color: #FFCF1B;
}
</style>
background-color css
<style>
a { background-color: #FFCF1B; }
a { background-color: rgb(255,207,27); }
div.DivClassName
{
background-color: #FFCF1B;
}
.BgClassName
{
background-color: #FFCF1B;
}
</style>
border-color css
<style>
span { border-color: #FFCF1B; }
span { border-color: rgb(255,207,27); }
td.TdClassName
{
border-color: #FFCF1B;
}
.TagClassName
{
border-color: #FFCF1B;
}
</style>