Shades of Turbo #FFD027
Tints of Turbo #FFD027
RGB
CMYK
RGB Variations
Color information
#FFD027 (or 0xFFD027) is known color: Turbo. HEX triplet: FF, D0 and 27. RGB value is (255,208,39). Sum of RGB (Red+Green+Blue) = 255+208+39=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD027 is #002FD8. Grayscale: #CBCBCB. Windows color (decimal): -12249 or 2609407. OLE color: 2609407.
HSL color Cylindrical-coordinate representation of color #FFD027: hue angle of 46.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD027 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 39 | - |
| CMYK | 0 | 0.18 | 0.85 | 0 |
| HSL | 46.94º | 1% | 0.58% | - |
| HSV(B) | 46.94º | 0.85% | 1% | - |
| XYZ | 64.16 | 66.52 | 11.38 | - |
| YUV | 202.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 39 | 0 | 0.18 | 0.85 | 0 | 46.94 | 1 | 0.58 |
| Hex | FF | D0 | 27 | 0 | 12 | 55 | 0 | 2F | 64 | 3A |
| Octal | 377 | 320 | 47 | 0 | 22 | 125 | 0 | 57 | 144 | 72 |
| Binary | 11111111 | 11010000 | 100111 | 0 | 10010 | 1010101 | 0 | 101111 | 1100100 | 111010 |
Color Harmonies of #FFD027
Complementary color
Monochromatic Colors of #FFD027
Black with #FFD027
Text Example
Text Example
White with #FFD027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD027; }
p { color: rgb(255,208,39); }
H1.HeaderClassName
{
color: #FFD027;
}
.AnyTagClassName
{
color: #FFD027;
}
</style>
background-color css
<style>
a { background-color: #FFD027; }
a { background-color: rgb(255,208,39); }
div.DivClassName
{
background-color: #FFD027;
}
.BgClassName
{
background-color: #FFD027;
}
</style>
border-color css
<style>
span { border-color: #FFD027; }
span { border-color: rgb(255,208,39); }
td.TdClassName
{
border-color: #FFD027;
}
.TagClassName
{
border-color: #FFD027;
}
</style>