Shades of Turbo #FDD618
Tints of Turbo #FDD618
RGB
CMYK
RGB Variations
Color information
#FDD618 (or 0xFDD618) is known color: Turbo. HEX triplet: FD, D6 and 18. RGB value is (253,214,24). Sum of RGB (Red+Green+Blue) = 253+214+24=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD618 is #0229E7. Grayscale: #CCCCCC. Windows color (decimal): -141800 or 1627901. OLE color: 1627901.
HSL color Cylindrical-coordinate representation of color #FDD618: hue angle of 49.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD618 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 24 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.01 |
| HSL | 49.78º | 0.98% | 0.54% | - |
| HSV(B) | 49.78º | 0.91% | 0.99% | - |
| XYZ | 64.72 | 69.04 | 10.78 | - |
| YUV | 204 | 26.42 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 24 | 0 | 0.15 | 0.91 | 0.01 | 49.78 | 0.98 | 0.54 |
| Hex | FD | D6 | 18 | 0 | F | 5B | 1 | 32 | 62 | 36 |
| Octal | 375 | 326 | 30 | 0 | 17 | 133 | 1 | 62 | 142 | 66 |
| Binary | 11111101 | 11010110 | 11000 | 0 | 1111 | 1011011 | 1 | 110010 | 1100010 | 110110 |
Color Harmonies of #FDD618
Complementary color
Monochromatic Colors of #FDD618
Black with #FDD618
Text Example
Text Example
White with #FDD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD618; }
p { color: rgb(253,214,24); }
H1.HeaderClassName
{
color: #FDD618;
}
.AnyTagClassName
{
color: #FDD618;
}
</style>
background-color css
<style>
a { background-color: #FDD618; }
a { background-color: rgb(253,214,24); }
div.DivClassName
{
background-color: #FDD618;
}
.BgClassName
{
background-color: #FDD618;
}
</style>
border-color css
<style>
span { border-color: #FDD618; }
span { border-color: rgb(253,214,24); }
td.TdClassName
{
border-color: #FDD618;
}
.TagClassName
{
border-color: #FDD618;
}
</style>