Shades of Turbo #FDD623
Tints of Turbo #FDD623
RGB
CMYK
RGB Variations
Color information
#FDD623 (or 0xFDD623) is known color: Turbo. HEX triplet: FD, D6 and 23. RGB value is (253,214,35). Sum of RGB (Red+Green+Blue) = 253+214+35=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 35 (14.06% from 255 or 6.97% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD623 is #0229DC. Grayscale: #CECECE. Windows color (decimal): -141789 or 2348797. OLE color: 2348797.
HSL color Cylindrical-coordinate representation of color #FDD623: hue angle of 49.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDD623 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.01 |
| HSL | 49.27º | 0.98% | 0.56% | - |
| HSV(B) | 49.27º | 0.86% | 0.99% | - |
| XYZ | 64.86 | 69.1 | 11.51 | - |
| YUV | 205.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 35 | 0 | 0.15 | 0.86 | 0.01 | 49.27 | 0.98 | 0.56 |
| Hex | FD | D6 | 23 | 0 | F | 56 | 1 | 31 | 62 | 38 |
| Octal | 375 | 326 | 43 | 0 | 17 | 126 | 1 | 61 | 142 | 70 |
| Binary | 11111101 | 11010110 | 100011 | 0 | 1111 | 1010110 | 1 | 110001 | 1100010 | 111000 |
Color Harmonies of #FDD623
Complementary color
Monochromatic Colors of #FDD623
Black with #FDD623
Text Example
Text Example
White with #FDD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD623; }
p { color: rgb(253,214,35); }
H1.HeaderClassName
{
color: #FDD623;
}
.AnyTagClassName
{
color: #FDD623;
}
</style>
background-color css
<style>
a { background-color: #FDD623; }
a { background-color: rgb(253,214,35); }
div.DivClassName
{
background-color: #FDD623;
}
.BgClassName
{
background-color: #FDD623;
}
</style>
border-color css
<style>
span { border-color: #FDD623; }
span { border-color: rgb(253,214,35); }
td.TdClassName
{
border-color: #FDD623;
}
.TagClassName
{
border-color: #FDD623;
}
</style>