Shades of Turbo #FDDB21
Tints of Turbo #FDDB21
RGB
CMYK
RGB Variations
Color information
#FDDB21 (or 0xFDDB21) is known color: Turbo. HEX triplet: FD, DB and 21. RGB value is (253,219,33). Sum of RGB (Red+Green+Blue) = 253+219+33=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 33 (13.28% from 255 or 6.53% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB21 is #0224DE. Grayscale: #D0D0D0. Windows color (decimal): -140511 or 2219005. OLE color: 2219005.
HSL color Cylindrical-coordinate representation of color #FDDB21: hue angle of 50.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDDB21 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 33 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 50.73º | 0.98% | 0.56% | - |
| HSV(B) | 50.73º | 0.87% | 0.99% | - |
| XYZ | 66.11 | 71.66 | 11.79 | - |
| YUV | 207.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 33 | 0 | 0.13 | 0.87 | 0.01 | 50.73 | 0.98 | 0.56 |
| Hex | FD | DB | 21 | 0 | D | 57 | 1 | 33 | 62 | 38 |
| Octal | 375 | 333 | 41 | 0 | 15 | 127 | 1 | 63 | 142 | 70 |
| Binary | 11111101 | 11011011 | 100001 | 0 | 1101 | 1010111 | 1 | 110011 | 1100010 | 111000 |
Color Harmonies of #FDDB21
Complementary color
Monochromatic Colors of #FDDB21
Black with #FDDB21
Text Example
Text Example
White with #FDDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB21; }
p { color: rgb(253,219,33); }
H1.HeaderClassName
{
color: #FDDB21;
}
.AnyTagClassName
{
color: #FDDB21;
}
</style>
background-color css
<style>
a { background-color: #FDDB21; }
a { background-color: rgb(253,219,33); }
div.DivClassName
{
background-color: #FDDB21;
}
.BgClassName
{
background-color: #FDDB21;
}
</style>
border-color css
<style>
span { border-color: #FDDB21; }
span { border-color: rgb(253,219,33); }
td.TdClassName
{
border-color: #FDDB21;
}
.TagClassName
{
border-color: #FDDB21;
}
</style>