Shades of Turbo #FAD41D
Tints of Turbo #FAD41D
RGB
CMYK
RGB Variations
Color information
#FAD41D (or 0xFAD41D) is known color: Turbo. HEX triplet: FA, D4 and 1D. RGB value is (250,212,29). Sum of RGB (Red+Green+Blue) = 250+212+29=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD41D is #052BE2. Grayscale: #CBCBCB. Windows color (decimal): -338915 or 1955066. OLE color: 1955066.
HSL color Cylindrical-coordinate representation of color #FAD41D: hue angle of 49.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAD41D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.02 |
| HSL | 49.68º | 0.96% | 0.55% | - |
| HSV(B) | 49.68º | 0.88% | 0.98% | - |
| XYZ | 63.19 | 67.5 | 10.86 | - |
| YUV | 202.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 29 | 0 | 0.15 | 0.88 | 0.02 | 49.68 | 0.96 | 0.55 |
| Hex | FA | D4 | 1D | 0 | F | 58 | 2 | 32 | 60 | 37 |
| Octal | 372 | 324 | 35 | 0 | 17 | 130 | 2 | 62 | 140 | 67 |
| Binary | 11111010 | 11010100 | 11101 | 0 | 1111 | 1011000 | 10 | 110010 | 1100000 | 110111 |
Color Harmonies of #FAD41D
Complementary color
Monochromatic Colors of #FAD41D
Black with #FAD41D
Text Example
Text Example
White with #FAD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD41D; }
p { color: rgb(250,212,29); }
H1.HeaderClassName
{
color: #FAD41D;
}
.AnyTagClassName
{
color: #FAD41D;
}
</style>
background-color css
<style>
a { background-color: #FAD41D; }
a { background-color: rgb(250,212,29); }
div.DivClassName
{
background-color: #FAD41D;
}
.BgClassName
{
background-color: #FAD41D;
}
</style>
border-color css
<style>
span { border-color: #FAD41D; }
span { border-color: rgb(250,212,29); }
td.TdClassName
{
border-color: #FAD41D;
}
.TagClassName
{
border-color: #FAD41D;
}
</style>