Shades of Turbo #FDD027
Tints of Turbo #FDD027
RGB
CMYK
RGB Variations
Color information
#FDD027 (or 0xFDD027) is known color: Turbo. HEX triplet: FD, D0 and 27. RGB value is (253,208,39). Sum of RGB (Red+Green+Blue) = 253+208+39=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD027 is #022FD8. Grayscale: #CACACA. Windows color (decimal): -143321 or 2609405. OLE color: 2609405.
HSL color Cylindrical-coordinate representation of color #FDD027: hue angle of 47.38º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDD027 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 39 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.01 |
| HSL | 47.38º | 0.98% | 0.57% | - |
| HSV(B) | 47.38º | 0.85% | 0.99% | - |
| XYZ | 63.43 | 66.14 | 11.34 | - |
| YUV | 202.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 39 | 0 | 0.18 | 0.85 | 0.01 | 47.38 | 0.98 | 0.57 |
| Hex | FD | D0 | 27 | 0 | 12 | 55 | 1 | 2F | 62 | 39 |
| Octal | 375 | 320 | 47 | 0 | 22 | 125 | 1 | 57 | 142 | 71 |
| Binary | 11111101 | 11010000 | 100111 | 0 | 10010 | 1010101 | 1 | 101111 | 1100010 | 111001 |
Color Harmonies of #FDD027
Complementary color
Monochromatic Colors of #FDD027
Black with #FDD027
Text Example
Text Example
White with #FDD027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD027; }
p { color: rgb(253,208,39); }
H1.HeaderClassName
{
color: #FDD027;
}
.AnyTagClassName
{
color: #FDD027;
}
</style>
background-color css
<style>
a { background-color: #FDD027; }
a { background-color: rgb(253,208,39); }
div.DivClassName
{
background-color: #FDD027;
}
.BgClassName
{
background-color: #FDD027;
}
</style>
border-color css
<style>
span { border-color: #FDD027; }
span { border-color: rgb(253,208,39); }
td.TdClassName
{
border-color: #FDD027;
}
.TagClassName
{
border-color: #FDD027;
}
</style>