Shades of Turbo #FFD61B
Tints of Turbo #FFD61B
RGB
CMYK
RGB Variations
Color information
#FFD61B (or 0xFFD61B) is known color: Turbo. HEX triplet: FF, D6 and 1B. RGB value is (255,214,27). Sum of RGB (Red+Green+Blue) = 255+214+27=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 27 (10.94% from 255 or 5.44% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD61B is #0029E4. Grayscale: #CDCDCD. Windows color (decimal): -10725 or 1824511. OLE color: 1824511.
HSL color Cylindrical-coordinate representation of color #FFD61B: hue angle of 49.21º 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 #FFD61B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0 |
| HSL | 49.21º | 1% | 0.55% | - |
| HSV(B) | 49.21º | 0.89% | 1% | - |
| XYZ | 65.48 | 69.43 | 10.99 | - |
| YUV | 204.94 | 27.58 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 27 | 0 | 0.16 | 0.89 | 0 | 49.21 | 1 | 0.55 |
| Hex | FF | D6 | 1B | 0 | 10 | 59 | 0 | 31 | 64 | 37 |
| Octal | 377 | 326 | 33 | 0 | 20 | 131 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010110 | 11011 | 0 | 10000 | 1011001 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD61B
Complementary color
Monochromatic Colors of #FFD61B
Black with #FFD61B
Text Example
Text Example
White with #FFD61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD61B; }
p { color: rgb(255,214,27); }
H1.HeaderClassName
{
color: #FFD61B;
}
.AnyTagClassName
{
color: #FFD61B;
}
</style>
background-color css
<style>
a { background-color: #FFD61B; }
a { background-color: rgb(255,214,27); }
div.DivClassName
{
background-color: #FFD61B;
}
.BgClassName
{
background-color: #FFD61B;
}
</style>
border-color css
<style>
span { border-color: #FFD61B; }
span { border-color: rgb(255,214,27); }
td.TdClassName
{
border-color: #FFD61B;
}
.TagClassName
{
border-color: #FFD61B;
}
</style>