Shades of Turbo #FDD319
Tints of Turbo #FDD319
RGB
CMYK
RGB Variations
Color information
#FDD319 (or 0xFDD319) is known color: Turbo. HEX triplet: FD, D3 and 19. RGB value is (253,211,25). Sum of RGB (Red+Green+Blue) = 253+211+25=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 25 (10.16% from 255 or 5.11% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD319 is #022CE6. Grayscale: #CBCBCB. Windows color (decimal): -142567 or 1692669. OLE color: 1692669.
HSL color Cylindrical-coordinate representation of color #FDD319: hue angle of 48.95º 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 #FDD319 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 25 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.01 |
| HSL | 48.95º | 0.98% | 0.55% | - |
| HSV(B) | 48.95º | 0.9% | 0.99% | - |
| XYZ | 63.98 | 67.54 | 10.58 | - |
| YUV | 202.35 | 27.91 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 25 | 0 | 0.17 | 0.90 | 0.01 | 48.95 | 0.98 | 0.55 |
| Hex | FD | D3 | 19 | 0 | 11 | 5A | 1 | 31 | 62 | 37 |
| Octal | 375 | 323 | 31 | 0 | 21 | 132 | 1 | 61 | 142 | 67 |
| Binary | 11111101 | 11010011 | 11001 | 0 | 10001 | 1011010 | 1 | 110001 | 1100010 | 110111 |
Color Harmonies of #FDD319
Complementary color
Monochromatic Colors of #FDD319
Black with #FDD319
Text Example
Text Example
White with #FDD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD319; }
p { color: rgb(253,211,25); }
H1.HeaderClassName
{
color: #FDD319;
}
.AnyTagClassName
{
color: #FDD319;
}
</style>
background-color css
<style>
a { background-color: #FDD319; }
a { background-color: rgb(253,211,25); }
div.DivClassName
{
background-color: #FDD319;
}
.BgClassName
{
background-color: #FDD319;
}
</style>
border-color css
<style>
span { border-color: #FDD319; }
span { border-color: rgb(253,211,25); }
td.TdClassName
{
border-color: #FDD319;
}
.TagClassName
{
border-color: #FDD319;
}
</style>