Shades of Turbo #FFD61A
Tints of Turbo #FFD61A
RGB
CMYK
RGB Variations
Color information
#FFD61A (or 0xFFD61A) is known color: Turbo. HEX triplet: FF, D6 and 1A. RGB value is (255,214,26). Sum of RGB (Red+Green+Blue) = 255+214+26=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 26 (10.55% from 255 or 5.25% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD61A is #0029E5. Grayscale: #CDCDCD. Windows color (decimal): -10726 or 1758975. OLE color: 1758975.
HSL color Cylindrical-coordinate representation of color #FFD61A: hue angle of 49.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFD61A is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 26 | - |
| CMYK | 0 | 0.16 | 0.90 | 0 |
| HSL | 49.26º | 1% | 0.55% | - |
| HSV(B) | 49.26º | 0.9% | 1% | - |
| XYZ | 65.47 | 69.43 | 10.93 | - |
| YUV | 204.83 | 27.08 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 26 | 0 | 0.16 | 0.90 | 0 | 49.26 | 1 | 0.55 |
| Hex | FF | D6 | 1A | 0 | 10 | 5A | 0 | 31 | 64 | 37 |
| Octal | 377 | 326 | 32 | 0 | 20 | 132 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010110 | 11010 | 0 | 10000 | 1011010 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD61A
Complementary color
Monochromatic Colors of #FFD61A
Black with #FFD61A
Text Example
Text Example
White with #FFD61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD61A; }
p { color: rgb(255,214,26); }
H1.HeaderClassName
{
color: #FFD61A;
}
.AnyTagClassName
{
color: #FFD61A;
}
</style>
background-color css
<style>
a { background-color: #FFD61A; }
a { background-color: rgb(255,214,26); }
div.DivClassName
{
background-color: #FFD61A;
}
.BgClassName
{
background-color: #FFD61A;
}
</style>
border-color css
<style>
span { border-color: #FFD61A; }
span { border-color: rgb(255,214,26); }
td.TdClassName
{
border-color: #FFD61A;
}
.TagClassName
{
border-color: #FFD61A;
}
</style>