Shades of Turbo #FDD61A
Tints of Turbo #FDD61A
RGB
CMYK
RGB Variations
Color information
#FDD61A (or 0xFDD61A) is known color: Turbo. HEX triplet: FD, D6 and 1A. RGB value is (253,214,26). Sum of RGB (Red+Green+Blue) = 253+214+26=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD61A is #0229E5. Grayscale: #CDCDCD. Windows color (decimal): -141798 or 1758973. OLE color: 1758973.
HSL color Cylindrical-coordinate representation of color #FDD61A: hue angle of 49.69º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDD61A is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 26 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.01 |
| HSL | 49.69º | 0.98% | 0.55% | - |
| HSV(B) | 49.69º | 0.9% | 0.99% | - |
| XYZ | 64.74 | 69.05 | 10.89 | - |
| YUV | 204.23 | 27.42 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 26 | 0 | 0.15 | 0.90 | 0.01 | 49.69 | 0.98 | 0.55 |
| Hex | FD | D6 | 1A | 0 | F | 5A | 1 | 32 | 62 | 37 |
| Octal | 375 | 326 | 32 | 0 | 17 | 132 | 1 | 62 | 142 | 67 |
| Binary | 11111101 | 11010110 | 11010 | 0 | 1111 | 1011010 | 1 | 110010 | 1100010 | 110111 |
Color Harmonies of #FDD61A
Complementary color
Monochromatic Colors of #FDD61A
Black with #FDD61A
Text Example
Text Example
White with #FDD61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD61A; }
p { color: rgb(253,214,26); }
H1.HeaderClassName
{
color: #FDD61A;
}
.AnyTagClassName
{
color: #FDD61A;
}
</style>
background-color css
<style>
a { background-color: #FDD61A; }
a { background-color: rgb(253,214,26); }
div.DivClassName
{
background-color: #FDD61A;
}
.BgClassName
{
background-color: #FDD61A;
}
</style>
border-color css
<style>
span { border-color: #FDD61A; }
span { border-color: rgb(253,214,26); }
td.TdClassName
{
border-color: #FDD61A;
}
.TagClassName
{
border-color: #FDD61A;
}
</style>