Shades of Turbo #FFD01C
Tints of Turbo #FFD01C
RGB
CMYK
RGB Variations
Color information
#FFD01C (or 0xFFD01C) is known color: Turbo. HEX triplet: FF, D0 and 1C. RGB value is (255,208,28). Sum of RGB (Red+Green+Blue) = 255+208+28=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD01C is #002FE3. Grayscale: #CACACA. Windows color (decimal): -12260 or 1888511. OLE color: 1888511.
HSL color Cylindrical-coordinate representation of color #FFD01C: hue angle of 47.58º 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 #FFD01C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 28 | - |
| CMYK | 0 | 0.18 | 0.89 | 0 |
| HSL | 47.58º | 1% | 0.55% | - |
| HSV(B) | 47.58º | 0.89% | 1% | - |
| XYZ | 64.01 | 66.46 | 10.55 | - |
| YUV | 201.53 | 30.07 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 28 | 0 | 0.18 | 0.89 | 0 | 47.58 | 1 | 0.55 |
| Hex | FF | D0 | 1C | 0 | 12 | 59 | 0 | 30 | 64 | 37 |
| Octal | 377 | 320 | 34 | 0 | 22 | 131 | 0 | 60 | 144 | 67 |
| Binary | 11111111 | 11010000 | 11100 | 0 | 10010 | 1011001 | 0 | 110000 | 1100100 | 110111 |
Color Harmonies of #FFD01C
Complementary color
Monochromatic Colors of #FFD01C
Black with #FFD01C
Text Example
Text Example
White with #FFD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD01C; }
p { color: rgb(255,208,28); }
H1.HeaderClassName
{
color: #FFD01C;
}
.AnyTagClassName
{
color: #FFD01C;
}
</style>
background-color css
<style>
a { background-color: #FFD01C; }
a { background-color: rgb(255,208,28); }
div.DivClassName
{
background-color: #FFD01C;
}
.BgClassName
{
background-color: #FFD01C;
}
</style>
border-color css
<style>
span { border-color: #FFD01C; }
span { border-color: rgb(255,208,28); }
td.TdClassName
{
border-color: #FFD01C;
}
.TagClassName
{
border-color: #FFD01C;
}
</style>