Shades of Turbo #FDC622
Tints of Turbo #FDC622
RGB
CMYK
RGB Variations
Color information
#FDC622 (or 0xFDC622) is known color: Turbo. HEX triplet: FD, C6 and 22. RGB value is (253,198,34). Sum of RGB (Red+Green+Blue) = 253+198+34=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC622 is #0239DD. Grayscale: #C4C4C4. Windows color (decimal): -145886 or 2279165. OLE color: 2279165.
HSL color Cylindrical-coordinate representation of color #FDC622: hue angle of 44.93º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDC622 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 34 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.01 |
| HSL | 44.93º | 0.98% | 0.56% | - |
| HSV(B) | 44.93º | 0.87% | 0.99% | - |
| XYZ | 60.99 | 61.39 | 10.15 | - |
| YUV | 195.75 | 36.72 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 34 | 0 | 0.22 | 0.87 | 0.01 | 44.93 | 0.98 | 0.56 |
| Hex | FD | C6 | 22 | 0 | 16 | 57 | 1 | 2D | 62 | 38 |
| Octal | 375 | 306 | 42 | 0 | 26 | 127 | 1 | 55 | 142 | 70 |
| Binary | 11111101 | 11000110 | 100010 | 0 | 10110 | 1010111 | 1 | 101101 | 1100010 | 111000 |
Color Harmonies of #FDC622
Complementary color
Monochromatic Colors of #FDC622
Black with #FDC622
Text Example
Text Example
White with #FDC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC622; }
p { color: rgb(253,198,34); }
H1.HeaderClassName
{
color: #FDC622;
}
.AnyTagClassName
{
color: #FDC622;
}
</style>
background-color css
<style>
a { background-color: #FDC622; }
a { background-color: rgb(253,198,34); }
div.DivClassName
{
background-color: #FDC622;
}
.BgClassName
{
background-color: #FDC622;
}
</style>
border-color css
<style>
span { border-color: #FDC622; }
span { border-color: rgb(253,198,34); }
td.TdClassName
{
border-color: #FDC622;
}
.TagClassName
{
border-color: #FDC622;
}
</style>