Shades of Turbo #FFC91B
Tints of Turbo #FFC91B
RGB
CMYK
RGB Variations
Color information
#FFC91B (or 0xFFC91B) is known color: Turbo. HEX triplet: FF, C9 and 1B. RGB value is (255,201,27). Sum of RGB (Red+Green+Blue) = 255+201+27=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC91B is #0036E4. Grayscale: #C6C6C6. Windows color (decimal): -14053 or 1821183. OLE color: 1821183.
HSL color Cylindrical-coordinate representation of color #FFC91B: hue angle of 45.79º 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 #FFC91B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 27 | - |
| CMYK | 0 | 0.21 | 0.89 | 0 |
| HSL | 45.79º | 1% | 0.55% | - |
| HSV(B) | 45.79º | 0.89% | 1% | - |
| XYZ | 62.32 | 63.11 | 9.93 | - |
| YUV | 197.31 | 31.89 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 27 | 0 | 0.21 | 0.89 | 0 | 45.79 | 1 | 0.55 |
| Hex | FF | C9 | 1B | 0 | 15 | 59 | 0 | 2E | 64 | 37 |
| Octal | 377 | 311 | 33 | 0 | 25 | 131 | 0 | 56 | 144 | 67 |
| Binary | 11111111 | 11001001 | 11011 | 0 | 10101 | 1011001 | 0 | 101110 | 1100100 | 110111 |
Color Harmonies of #FFC91B
Complementary color
Monochromatic Colors of #FFC91B
Black with #FFC91B
Text Example
Text Example
White with #FFC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC91B; }
p { color: rgb(255,201,27); }
H1.HeaderClassName
{
color: #FFC91B;
}
.AnyTagClassName
{
color: #FFC91B;
}
</style>
background-color css
<style>
a { background-color: #FFC91B; }
a { background-color: rgb(255,201,27); }
div.DivClassName
{
background-color: #FFC91B;
}
.BgClassName
{
background-color: #FFC91B;
}
</style>
border-color css
<style>
span { border-color: #FFC91B; }
span { border-color: rgb(255,201,27); }
td.TdClassName
{
border-color: #FFC91B;
}
.TagClassName
{
border-color: #FFC91B;
}
</style>