Shades of Turbo #FDD01A
Tints of Turbo #FDD01A
RGB
CMYK
RGB Variations
Color information
#FDD01A (or 0xFDD01A) is known color: Turbo. HEX triplet: FD, D0 and 1A. RGB value is (253,208,26). Sum of RGB (Red+Green+Blue) = 253+208+26=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD01A is #022FE5. Grayscale: #C9C9C9. Windows color (decimal): -143334 or 1757437. OLE color: 1757437.
HSL color Cylindrical-coordinate representation of color #FDD01A: hue angle of 48.11º 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 #FDD01A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 26 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.01 |
| HSL | 48.11º | 0.98% | 0.55% | - |
| HSV(B) | 48.11º | 0.9% | 0.99% | - |
| XYZ | 63.25 | 66.07 | 10.4 | - |
| YUV | 200.71 | 29.41 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 26 | 0 | 0.18 | 0.90 | 0.01 | 48.11 | 0.98 | 0.55 |
| Hex | FD | D0 | 1A | 0 | 12 | 5A | 1 | 30 | 62 | 37 |
| Octal | 375 | 320 | 32 | 0 | 22 | 132 | 1 | 60 | 142 | 67 |
| Binary | 11111101 | 11010000 | 11010 | 0 | 10010 | 1011010 | 1 | 110000 | 1100010 | 110111 |
Color Harmonies of #FDD01A
Complementary color
Monochromatic Colors of #FDD01A
Black with #FDD01A
Text Example
Text Example
White with #FDD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD01A; }
p { color: rgb(253,208,26); }
H1.HeaderClassName
{
color: #FDD01A;
}
.AnyTagClassName
{
color: #FDD01A;
}
</style>
background-color css
<style>
a { background-color: #FDD01A; }
a { background-color: rgb(253,208,26); }
div.DivClassName
{
background-color: #FDD01A;
}
.BgClassName
{
background-color: #FDD01A;
}
</style>
border-color css
<style>
span { border-color: #FDD01A; }
span { border-color: rgb(253,208,26); }
td.TdClassName
{
border-color: #FDD01A;
}
.TagClassName
{
border-color: #FDD01A;
}
</style>