Shades of Turbo #FDD026
Tints of Turbo #FDD026
RGB
CMYK
RGB Variations
Color information
#FDD026 (or 0xFDD026) is known color: Turbo. HEX triplet: FD, D0 and 26. RGB value is (253,208,38). Sum of RGB (Red+Green+Blue) = 253+208+38=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD026 is #022FD9. Grayscale: #CACACA. Windows color (decimal): -143322 or 2543869. OLE color: 2543869.
HSL color Cylindrical-coordinate representation of color #FDD026: hue angle of 47.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDD026 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.01 |
| HSL | 47.44º | 0.98% | 0.57% | - |
| HSV(B) | 47.44º | 0.85% | 0.99% | - |
| XYZ | 63.41 | 66.13 | 11.26 | - |
| YUV | 202.08 | 35.41 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 38 | 0 | 0.18 | 0.85 | 0.01 | 47.44 | 0.98 | 0.57 |
| Hex | FD | D0 | 26 | 0 | 12 | 55 | 1 | 2F | 62 | 39 |
| Octal | 375 | 320 | 46 | 0 | 22 | 125 | 1 | 57 | 142 | 71 |
| Binary | 11111101 | 11010000 | 100110 | 0 | 10010 | 1010101 | 1 | 101111 | 1100010 | 111001 |
Color Harmonies of #FDD026
Complementary color
Monochromatic Colors of #FDD026
Black with #FDD026
Text Example
Text Example
White with #FDD026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD026; }
p { color: rgb(253,208,38); }
H1.HeaderClassName
{
color: #FDD026;
}
.AnyTagClassName
{
color: #FDD026;
}
</style>
background-color css
<style>
a { background-color: #FDD026; }
a { background-color: rgb(253,208,38); }
div.DivClassName
{
background-color: #FDD026;
}
.BgClassName
{
background-color: #FDD026;
}
</style>
border-color css
<style>
span { border-color: #FDD026; }
span { border-color: rgb(253,208,38); }
td.TdClassName
{
border-color: #FDD026;
}
.TagClassName
{
border-color: #FDD026;
}
</style>