Shades of Turbo #FFDA21
Tints of Turbo #FFDA21
RGB
CMYK
RGB Variations
Color information
#FFDA21 (or 0xFFDA21) is known color: Turbo. HEX triplet: FF, DA and 21. RGB value is (255,218,33). Sum of RGB (Red+Green+Blue) = 255+218+33=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA21 is #0025DE. Grayscale: #D0D0D0. Windows color (decimal): -9695 or 2218751. OLE color: 2218751.
HSL color Cylindrical-coordinate representation of color #FFDA21: hue angle of 50º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFDA21 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0 |
| HSL | 50º | 1% | 0.56% | - |
| HSV(B) | 50º | 0.87% | 1% | - |
| XYZ | 66.59 | 71.51 | 11.73 | - |
| YUV | 207.97 | 29.26 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 33 | 0 | 0.15 | 0.87 | 0 | 50 | 1 | 0.56 |
| Hex | FF | DA | 21 | 0 | F | 57 | 0 | 32 | 64 | 38 |
| Octal | 377 | 332 | 41 | 0 | 17 | 127 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011010 | 100001 | 0 | 1111 | 1010111 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFDA21
Complementary color
Monochromatic Colors of #FFDA21
Black with #FFDA21
Text Example
Text Example
White with #FFDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA21; }
p { color: rgb(255,218,33); }
H1.HeaderClassName
{
color: #FFDA21;
}
.AnyTagClassName
{
color: #FFDA21;
}
</style>
background-color css
<style>
a { background-color: #FFDA21; }
a { background-color: rgb(255,218,33); }
div.DivClassName
{
background-color: #FFDA21;
}
.BgClassName
{
background-color: #FFDA21;
}
</style>
border-color css
<style>
span { border-color: #FFDA21; }
span { border-color: rgb(255,218,33); }
td.TdClassName
{
border-color: #FFDA21;
}
.TagClassName
{
border-color: #FFDA21;
}
</style>