Shades of Turbo #FDD627
Tints of Turbo #FDD627
RGB
CMYK
RGB Variations
Color information
#FDD627 (or 0xFDD627) is known color: Turbo. HEX triplet: FD, D6 and 27. RGB value is (253,214,39). Sum of RGB (Red+Green+Blue) = 253+214+39=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD627 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD627 is #0229D8. Grayscale: #CECECE. Windows color (decimal): -141785 or 2610941. OLE color: 2610941.
HSL color Cylindrical-coordinate representation of color #FDD627: hue angle of 49.07º 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 #FDD627 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 39 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.01 |
| HSL | 49.07º | 0.98% | 0.57% | - |
| HSV(B) | 49.07º | 0.85% | 0.99% | - |
| XYZ | 64.92 | 69.12 | 11.84 | - |
| YUV | 205.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 39 | 0 | 0.15 | 0.85 | 0.01 | 49.07 | 0.98 | 0.57 |
| Hex | FD | D6 | 27 | 0 | F | 55 | 1 | 31 | 62 | 39 |
| Octal | 375 | 326 | 47 | 0 | 17 | 125 | 1 | 61 | 142 | 71 |
| Binary | 11111101 | 11010110 | 100111 | 0 | 1111 | 1010101 | 1 | 110001 | 1100010 | 111001 |
Color Harmonies of #FDD627
Complementary color
Monochromatic Colors of #FDD627
Black with #FDD627
Text Example
Text Example
White with #FDD627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD627; }
p { color: rgb(253,214,39); }
H1.HeaderClassName
{
color: #FDD627;
}
.AnyTagClassName
{
color: #FDD627;
}
</style>
background-color css
<style>
a { background-color: #FDD627; }
a { background-color: rgb(253,214,39); }
div.DivClassName
{
background-color: #FDD627;
}
.BgClassName
{
background-color: #FDD627;
}
</style>
border-color css
<style>
span { border-color: #FDD627; }
span { border-color: rgb(253,214,39); }
td.TdClassName
{
border-color: #FDD627;
}
.TagClassName
{
border-color: #FDD627;
}
</style>