Shades of Turbo #FFD61C
Tints of Turbo #FFD61C
RGB
CMYK
RGB Variations
Color information
#FFD61C (or 0xFFD61C) is known color: Turbo. HEX triplet: FF, D6 and 1C. RGB value is (255,214,28). Sum of RGB (Red+Green+Blue) = 255+214+28=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD61C is #0029E3. Grayscale: #CDCDCD. Windows color (decimal): -10724 or 1890047. OLE color: 1890047.
HSL color Cylindrical-coordinate representation of color #FFD61C: hue angle of 49.16º 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 #FFD61C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 28 | - |
| CMYK | 0 | 0.16 | 0.89 | 0 |
| HSL | 49.16º | 1% | 0.55% | - |
| HSV(B) | 49.16º | 0.89% | 1% | - |
| XYZ | 65.5 | 69.44 | 11.05 | - |
| YUV | 205.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 28 | 0 | 0.16 | 0.89 | 0 | 49.16 | 1 | 0.55 |
| Hex | FF | D6 | 1C | 0 | 10 | 59 | 0 | 31 | 64 | 37 |
| Octal | 377 | 326 | 34 | 0 | 20 | 131 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010110 | 11100 | 0 | 10000 | 1011001 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD61C
Complementary color
Monochromatic Colors of #FFD61C
Black with #FFD61C
Text Example
Text Example
White with #FFD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD61C; }
p { color: rgb(255,214,28); }
H1.HeaderClassName
{
color: #FFD61C;
}
.AnyTagClassName
{
color: #FFD61C;
}
</style>
background-color css
<style>
a { background-color: #FFD61C; }
a { background-color: rgb(255,214,28); }
div.DivClassName
{
background-color: #FFD61C;
}
.BgClassName
{
background-color: #FFD61C;
}
</style>
border-color css
<style>
span { border-color: #FFD61C; }
span { border-color: rgb(255,214,28); }
td.TdClassName
{
border-color: #FFD61C;
}
.TagClassName
{
border-color: #FFD61C;
}
</style>