Shades of Turbo #FDD82A
Tints of Turbo #FDD82A
RGB
CMYK
RGB Variations
Color information
#FDD82A (or 0xFDD82A) is known color: Turbo. HEX triplet: FD, D8 and 2A. RGB value is (253,216,42). Sum of RGB (Red+Green+Blue) = 253+216+42=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD82A is #0227D5. Grayscale: #CFCFCF. Windows color (decimal): -141270 or 2808061. OLE color: 2808061.
HSL color Cylindrical-coordinate representation of color #FDD82A: hue angle of 49.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDD82A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 42 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.01 |
| HSL | 49.48º | 0.98% | 0.58% | - |
| HSV(B) | 49.48º | 0.83% | 0.99% | - |
| XYZ | 65.48 | 70.16 | 12.28 | - |
| YUV | 207.23 | 34.76 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 42 | 0 | 0.15 | 0.83 | 0.01 | 49.48 | 0.98 | 0.58 |
| Hex | FD | D8 | 2A | 0 | F | 53 | 1 | 31 | 62 | 3A |
| Octal | 375 | 330 | 52 | 0 | 17 | 123 | 1 | 61 | 142 | 72 |
| Binary | 11111101 | 11011000 | 101010 | 0 | 1111 | 1010011 | 1 | 110001 | 1100010 | 111010 |
Color Harmonies of #FDD82A
Complementary color
Monochromatic Colors of #FDD82A
Black with #FDD82A
Text Example
Text Example
White with #FDD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD82A; }
p { color: rgb(253,216,42); }
H1.HeaderClassName
{
color: #FDD82A;
}
.AnyTagClassName
{
color: #FDD82A;
}
</style>
background-color css
<style>
a { background-color: #FDD82A; }
a { background-color: rgb(253,216,42); }
div.DivClassName
{
background-color: #FDD82A;
}
.BgClassName
{
background-color: #FDD82A;
}
</style>
border-color css
<style>
span { border-color: #FDD82A; }
span { border-color: rgb(253,216,42); }
td.TdClassName
{
border-color: #FDD82A;
}
.TagClassName
{
border-color: #FDD82A;
}
</style>