Shades of Turbo #FDDD22
Tints of Turbo #FDDD22
RGB
CMYK
RGB Variations
Color information
#FDDD22 (or 0xFDDD22) is known color: Turbo. HEX triplet: FD, DD and 22. RGB value is (253,221,34). Sum of RGB (Red+Green+Blue) = 253+221+34=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 34 (13.67% from 255 or 6.69% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDD22 is #0222DD. Grayscale: #D2D2D2. Windows color (decimal): -139998 or 2285053. OLE color: 2285053.
HSL color Cylindrical-coordinate representation of color #FDDD22: hue angle of 51.23º 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 #FDDD22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 51.23º | 0.98% | 0.56% | - |
| HSV(B) | 51.23º | 0.87% | 0.99% | - |
| XYZ | 66.65 | 72.71 | 12.04 | - |
| YUV | 209.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 34 | 0 | 0.13 | 0.87 | 0.01 | 51.23 | 0.98 | 0.56 |
| Hex | FD | DD | 22 | 0 | D | 57 | 1 | 33 | 62 | 38 |
| Octal | 375 | 335 | 42 | 0 | 15 | 127 | 1 | 63 | 142 | 70 |
| Binary | 11111101 | 11011101 | 100010 | 0 | 1101 | 1010111 | 1 | 110011 | 1100010 | 111000 |
Color Harmonies of #FDDD22
Complementary color
Monochromatic Colors of #FDDD22
Black with #FDDD22
Text Example
Text Example
White with #FDDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD22; }
p { color: rgb(253,221,34); }
H1.HeaderClassName
{
color: #FDDD22;
}
.AnyTagClassName
{
color: #FDDD22;
}
</style>
background-color css
<style>
a { background-color: #FDDD22; }
a { background-color: rgb(253,221,34); }
div.DivClassName
{
background-color: #FDDD22;
}
.BgClassName
{
background-color: #FDDD22;
}
</style>
border-color css
<style>
span { border-color: #FDDD22; }
span { border-color: rgb(253,221,34); }
td.TdClassName
{
border-color: #FDDD22;
}
.TagClassName
{
border-color: #FDDD22;
}
</style>