Shades of Turbo #FDDA1B
Tints of Turbo #FDDA1B
RGB
CMYK
RGB Variations
Color information
#FDDA1B (or 0xFDDA1B) is known color: Turbo. HEX triplet: FD, DA and 1B. RGB value is (253,218,27). Sum of RGB (Red+Green+Blue) = 253+218+27=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA1B is #0225E4. Grayscale: #CFCFCF. Windows color (decimal): -140773 or 1825533. OLE color: 1825533.
HSL color Cylindrical-coordinate representation of color #FDDA1B: hue angle of 50.71º 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 #FDDA1B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 218 | 27 | - |
CMYK | 0 | 0.14 | 0.89 | 0.01 |
HSL | 50.71º | 0.98% | 0.55% | - |
HSV(B) | 50.71º | 0.89% | 0.99% | - |
XYZ | 65.78 | 71.1 | 11.29 | - |
YUV | 206.69 | 26.6 | 161.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 218 | 27 | 0 | 0.14 | 0.89 | 0.01 | 50.71 | 0.98 | 0.55 |
Hex | FD | DA | 1B | 0 | E | 59 | 1 | 33 | 62 | 37 |
Octal | 375 | 332 | 33 | 0 | 16 | 131 | 1 | 63 | 142 | 67 |
Binary | 11111101 | 11011010 | 11011 | 0 | 1110 | 1011001 | 1 | 110011 | 1100010 | 110111 |
Color Harmonies of #FDDA1B
Complementary color
Monochromatic Colors of #FDDA1B
Black with #FDDA1B
Text Example
Text Example
White with #FDDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA1B; }
p { color: rgb(253,218,27); }
H1.HeaderClassName
{
color: #FDDA1B;
}
.AnyTagClassName
{
color: #FDDA1B;
}
</style>
background-color css
<style>
a { background-color: #FDDA1B; }
a { background-color: rgb(253,218,27); }
div.DivClassName
{
background-color: #FDDA1B;
}
.BgClassName
{
background-color: #FDDA1B;
}
</style>
border-color css
<style>
span { border-color: #FDDA1B; }
span { border-color: rgb(253,218,27); }
td.TdClassName
{
border-color: #FDDA1B;
}
.TagClassName
{
border-color: #FDDA1B;
}
</style>