Shades of Turbo #FFD81C
Tints of Turbo #FFD81C
RGB
CMYK
RGB Variations
Color information
#FFD81C (or 0xFFD81C) is known color: Turbo. HEX triplet: FF, D8 and 1C. RGB value is (255,216,28). Sum of RGB (Red+Green+Blue) = 255+216+28=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD81C is #0027E3. Grayscale: #CFCFCF. Windows color (decimal): -10212 or 1890559. OLE color: 1890559.
HSL color Cylindrical-coordinate representation of color #FFD81C: hue angle of 49.69º 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 #FFD81C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 28 | - |
| CMYK | 0 | 0.15 | 0.89 | 0 |
| HSL | 49.69º | 1% | 0.55% | - |
| HSV(B) | 49.69º | 0.89% | 1% | - |
| XYZ | 66.01 | 70.46 | 11.22 | - |
| YUV | 206.23 | 27.42 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 28 | 0 | 0.15 | 0.89 | 0 | 49.69 | 1 | 0.55 |
| Hex | FF | D8 | 1C | 0 | F | 59 | 0 | 32 | 64 | 37 |
| Octal | 377 | 330 | 34 | 0 | 17 | 131 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011000 | 11100 | 0 | 1111 | 1011001 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFD81C
Complementary color
Monochromatic Colors of #FFD81C
Black with #FFD81C
Text Example
Text Example
White with #FFD81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD81C; }
p { color: rgb(255,216,28); }
H1.HeaderClassName
{
color: #FFD81C;
}
.AnyTagClassName
{
color: #FFD81C;
}
</style>
background-color css
<style>
a { background-color: #FFD81C; }
a { background-color: rgb(255,216,28); }
div.DivClassName
{
background-color: #FFD81C;
}
.BgClassName
{
background-color: #FFD81C;
}
</style>
border-color css
<style>
span { border-color: #FFD81C; }
span { border-color: rgb(255,216,28); }
td.TdClassName
{
border-color: #FFD81C;
}
.TagClassName
{
border-color: #FFD81C;
}
</style>