Shades of Turbo #FDD51A
Tints of Turbo #FDD51A
RGB
CMYK
RGB Variations
Color information
#FDD51A (or 0xFDD51A) is known color: Turbo. HEX triplet: FD, D5 and 1A. RGB value is (253,213,26). Sum of RGB (Red+Green+Blue) = 253+213+26=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD51A is #022AE5. Grayscale: #CCCCCC. Windows color (decimal): -142054 or 1758717. OLE color: 1758717.
HSL color Cylindrical-coordinate representation of color #FDD51A: hue angle of 49.43º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDD51A is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 26 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.01 |
| HSL | 49.43º | 0.98% | 0.55% | - |
| HSV(B) | 49.43º | 0.9% | 0.99% | - |
| XYZ | 64.49 | 68.55 | 10.81 | - |
| YUV | 203.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 26 | 0 | 0.16 | 0.90 | 0.01 | 49.43 | 0.98 | 0.55 |
| Hex | FD | D5 | 1A | 0 | 10 | 5A | 1 | 31 | 62 | 37 |
| Octal | 375 | 325 | 32 | 0 | 20 | 132 | 1 | 61 | 142 | 67 |
| Binary | 11111101 | 11010101 | 11010 | 0 | 10000 | 1011010 | 1 | 110001 | 1100010 | 110111 |
Color Harmonies of #FDD51A
Complementary color
Monochromatic Colors of #FDD51A
Black with #FDD51A
Text Example
Text Example
White with #FDD51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD51A; }
p { color: rgb(253,213,26); }
H1.HeaderClassName
{
color: #FDD51A;
}
.AnyTagClassName
{
color: #FDD51A;
}
</style>
background-color css
<style>
a { background-color: #FDD51A; }
a { background-color: rgb(253,213,26); }
div.DivClassName
{
background-color: #FDD51A;
}
.BgClassName
{
background-color: #FDD51A;
}
</style>
border-color css
<style>
span { border-color: #FDD51A; }
span { border-color: rgb(253,213,26); }
td.TdClassName
{
border-color: #FDD51A;
}
.TagClassName
{
border-color: #FDD51A;
}
</style>