Shades of Turbo #FAD32A
Tints of Turbo #FAD32A
RGB
CMYK
RGB Variations
Color information
#FAD32A (or 0xFAD32A) is known color: Turbo. HEX triplet: FA, D3 and 2A. RGB value is (250,211,42). Sum of RGB (Red+Green+Blue) = 250+211+42=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD32A is #052CD5. Grayscale: #CCCCCC. Windows color (decimal): -339158 or 2806778. OLE color: 2806778.
HSL color Cylindrical-coordinate representation of color #FAD32A: hue angle of 48.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAD32A is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 42 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.02 |
| HSL | 48.75º | 0.95% | 0.57% | - |
| HSV(B) | 48.75º | 0.83% | 0.98% | - |
| XYZ | 63.14 | 67.08 | 11.81 | - |
| YUV | 203.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 42 | 0 | 0.16 | 0.83 | 0.02 | 48.75 | 0.95 | 0.57 |
| Hex | FA | D3 | 2A | 0 | 10 | 53 | 2 | 31 | 5F | 39 |
| Octal | 372 | 323 | 52 | 0 | 20 | 123 | 2 | 61 | 137 | 71 |
| Binary | 11111010 | 11010011 | 101010 | 0 | 10000 | 1010011 | 10 | 110001 | 1011111 | 111001 |
Color Harmonies of #FAD32A
Complementary color
Monochromatic Colors of #FAD32A
Black with #FAD32A
Text Example
Text Example
White with #FAD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD32A; }
p { color: rgb(250,211,42); }
H1.HeaderClassName
{
color: #FAD32A;
}
.AnyTagClassName
{
color: #FAD32A;
}
</style>
background-color css
<style>
a { background-color: #FAD32A; }
a { background-color: rgb(250,211,42); }
div.DivClassName
{
background-color: #FAD32A;
}
.BgClassName
{
background-color: #FAD32A;
}
</style>
border-color css
<style>
span { border-color: #FAD32A; }
span { border-color: rgb(250,211,42); }
td.TdClassName
{
border-color: #FAD32A;
}
.TagClassName
{
border-color: #FAD32A;
}
</style>