Shades of Turbo #FDDB22
Tints of Turbo #FDDB22
RGB
CMYK
RGB Variations
Color information
#FDDB22 (or 0xFDDB22) is known color: Turbo. HEX triplet: FD, DB and 22. RGB value is (253,219,34). Sum of RGB (Red+Green+Blue) = 253+219+34=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB22 is #0224DD. Grayscale: #D0D0D0. Windows color (decimal): -140510 or 2284541. OLE color: 2284541.
HSL color Cylindrical-coordinate representation of color #FDDB22: hue angle of 50.68º 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 #FDDB22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.01 |
| HSL | 50.68º | 0.98% | 0.56% | - |
| HSV(B) | 50.68º | 0.87% | 0.99% | - |
| XYZ | 66.13 | 71.66 | 11.86 | - |
| YUV | 208.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 34 | 0 | 0.13 | 0.87 | 0.01 | 50.68 | 0.98 | 0.56 |
| Hex | FD | DB | 22 | 0 | D | 57 | 1 | 33 | 62 | 38 |
| Octal | 375 | 333 | 42 | 0 | 15 | 127 | 1 | 63 | 142 | 70 |
| Binary | 11111101 | 11011011 | 100010 | 0 | 1101 | 1010111 | 1 | 110011 | 1100010 | 111000 |
Color Harmonies of #FDDB22
Complementary color
Monochromatic Colors of #FDDB22
Black with #FDDB22
Text Example
Text Example
White with #FDDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB22; }
p { color: rgb(253,219,34); }
H1.HeaderClassName
{
color: #FDDB22;
}
.AnyTagClassName
{
color: #FDDB22;
}
</style>
background-color css
<style>
a { background-color: #FDDB22; }
a { background-color: rgb(253,219,34); }
div.DivClassName
{
background-color: #FDDB22;
}
.BgClassName
{
background-color: #FDDB22;
}
</style>
border-color css
<style>
span { border-color: #FDDB22; }
span { border-color: rgb(253,219,34); }
td.TdClassName
{
border-color: #FDDB22;
}
.TagClassName
{
border-color: #FDDB22;
}
</style>