Shades of Turbo #FDD629
Tints of Turbo #FDD629
RGB
CMYK
RGB Variations
Color information
#FDD629 (or 0xFDD629) is known color: Turbo. HEX triplet: FD, D6 and 29. RGB value is (253,214,41). Sum of RGB (Red+Green+Blue) = 253+214+41=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 41 (16.41% from 255 or 8.07% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD629 is #0229D6. Grayscale: #CECECE. Windows color (decimal): -141783 or 2742013. OLE color: 2742013.
HSL color Cylindrical-coordinate representation of color #FDD629: hue angle of 48.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDD629 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 41 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.01 |
| HSL | 48.96º | 0.98% | 0.58% | - |
| HSV(B) | 48.96º | 0.84% | 0.99% | - |
| XYZ | 64.95 | 69.14 | 12.02 | - |
| YUV | 205.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 41 | 0 | 0.15 | 0.84 | 0.01 | 48.96 | 0.98 | 0.58 |
| Hex | FD | D6 | 29 | 0 | F | 54 | 1 | 31 | 62 | 3A |
| Octal | 375 | 326 | 51 | 0 | 17 | 124 | 1 | 61 | 142 | 72 |
| Binary | 11111101 | 11010110 | 101001 | 0 | 1111 | 1010100 | 1 | 110001 | 1100010 | 111010 |
Color Harmonies of #FDD629
Complementary color
Monochromatic Colors of #FDD629
Black with #FDD629
Text Example
Text Example
White with #FDD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD629; }
p { color: rgb(253,214,41); }
H1.HeaderClassName
{
color: #FDD629;
}
.AnyTagClassName
{
color: #FDD629;
}
</style>
background-color css
<style>
a { background-color: #FDD629; }
a { background-color: rgb(253,214,41); }
div.DivClassName
{
background-color: #FDD629;
}
.BgClassName
{
background-color: #FDD629;
}
</style>
border-color css
<style>
span { border-color: #FDD629; }
span { border-color: rgb(253,214,41); }
td.TdClassName
{
border-color: #FDD629;
}
.TagClassName
{
border-color: #FDD629;
}
</style>