Shades of Turbo #FDDA1C
Tints of Turbo #FDDA1C
RGB
CMYK
RGB Variations
Color information
#FDDA1C (or 0xFDDA1C) is known color: Turbo. HEX triplet: FD, DA and 1C. RGB value is (253,218,28). Sum of RGB (Red+Green+Blue) = 253+218+28=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA1C is #0225E3. Grayscale: #CFCFCF. Windows color (decimal): -140772 or 1891069. OLE color: 1891069.
HSL color Cylindrical-coordinate representation of color #FDDA1C: hue angle of 50.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDDA1C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 28 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.01 |
| HSL | 50.67º | 0.98% | 0.55% | - |
| HSV(B) | 50.67º | 0.89% | 0.99% | - |
| XYZ | 65.79 | 71.11 | 11.36 | - |
| YUV | 206.81 | 27.1 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 28 | 0 | 0.14 | 0.89 | 0.01 | 50.67 | 0.98 | 0.55 |
| Hex | FD | DA | 1C | 0 | E | 59 | 1 | 33 | 62 | 37 |
| Octal | 375 | 332 | 34 | 0 | 16 | 131 | 1 | 63 | 142 | 67 |
| Binary | 11111101 | 11011010 | 11100 | 0 | 1110 | 1011001 | 1 | 110011 | 1100010 | 110111 |
Color Harmonies of #FDDA1C
Complementary color
Monochromatic Colors of #FDDA1C
Black with #FDDA1C
Text Example
Text Example
White with #FDDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA1C; }
p { color: rgb(253,218,28); }
H1.HeaderClassName
{
color: #FDDA1C;
}
.AnyTagClassName
{
color: #FDDA1C;
}
</style>
background-color css
<style>
a { background-color: #FDDA1C; }
a { background-color: rgb(253,218,28); }
div.DivClassName
{
background-color: #FDDA1C;
}
.BgClassName
{
background-color: #FDDA1C;
}
</style>
border-color css
<style>
span { border-color: #FDDA1C; }
span { border-color: rgb(253,218,28); }
td.TdClassName
{
border-color: #FDDA1C;
}
.TagClassName
{
border-color: #FDDA1C;
}
</style>