Shades of Turbo #FDD81B
Tints of Turbo #FDD81B
RGB
CMYK
RGB Variations
Color information
#FDD81B (or 0xFDD81B) is known color: Turbo. HEX triplet: FD, D8 and 1B. RGB value is (253,216,27). Sum of RGB (Red+Green+Blue) = 253+216+27=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 27 (10.94% from 255 or 5.44% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD81B is #0227E4. Grayscale: #CECECE. Windows color (decimal): -141285 or 1825021. OLE color: 1825021.
HSL color Cylindrical-coordinate representation of color #FDD81B: hue angle of 50.18º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDD81B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.01 |
| HSL | 50.18º | 0.98% | 0.55% | - |
| HSV(B) | 50.18º | 0.89% | 0.99% | - |
| XYZ | 65.26 | 70.07 | 11.12 | - |
| YUV | 205.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 27 | 0 | 0.15 | 0.89 | 0.01 | 50.18 | 0.98 | 0.55 |
| Hex | FD | D8 | 1B | 0 | F | 59 | 1 | 32 | 62 | 37 |
| Octal | 375 | 330 | 33 | 0 | 17 | 131 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11011000 | 11011 | 0 | 1111 | 1011001 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD81B
Complementary color
Monochromatic Colors of #FDD81B
Black with #FDD81B
Text Example
Text Example
White with #FDD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD81B; }
p { color: rgb(253,216,27); }
H1.HeaderClassName
{
color: #FDD81B;
}
.AnyTagClassName
{
color: #FDD81B;
}
</style>
background-color css
<style>
a { background-color: #FDD81B; }
a { background-color: rgb(253,216,27); }
div.DivClassName
{
background-color: #FDD81B;
}
.BgClassName
{
background-color: #FDD81B;
}
</style>
border-color css
<style>
span { border-color: #FDD81B; }
span { border-color: rgb(253,216,27); }
td.TdClassName
{
border-color: #FDD81B;
}
.TagClassName
{
border-color: #FDD81B;
}
</style>