Shades of Turbo #FAD423
Tints of Turbo #FAD423
RGB
CMYK
RGB Variations
Color information
#FAD423 (or 0xFAD423) is known color: Turbo. HEX triplet: FA, D4 and 23. RGB value is (250,212,35). Sum of RGB (Red+Green+Blue) = 250+212+35=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD423 is #052BDC. Grayscale: #CBCBCB. Windows color (decimal): -338909 or 2348282. OLE color: 2348282.
HSL color Cylindrical-coordinate representation of color #FAD423: hue angle of 49.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAD423 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.02 |
| HSL | 49.4º | 0.96% | 0.56% | - |
| HSV(B) | 49.4º | 0.86% | 0.98% | - |
| XYZ | 63.27 | 67.53 | 11.29 | - |
| YUV | 203.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 35 | 0 | 0.15 | 0.86 | 0.02 | 49.4 | 0.96 | 0.56 |
| Hex | FA | D4 | 23 | 0 | F | 56 | 2 | 31 | 60 | 38 |
| Octal | 372 | 324 | 43 | 0 | 17 | 126 | 2 | 61 | 140 | 70 |
| Binary | 11111010 | 11010100 | 100011 | 0 | 1111 | 1010110 | 10 | 110001 | 1100000 | 111000 |
Color Harmonies of #FAD423
Complementary color
Monochromatic Colors of #FAD423
Black with #FAD423
Text Example
Text Example
White with #FAD423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD423; }
p { color: rgb(250,212,35); }
H1.HeaderClassName
{
color: #FAD423;
}
.AnyTagClassName
{
color: #FAD423;
}
</style>
background-color css
<style>
a { background-color: #FAD423; }
a { background-color: rgb(250,212,35); }
div.DivClassName
{
background-color: #FAD423;
}
.BgClassName
{
background-color: #FAD423;
}
</style>
border-color css
<style>
span { border-color: #FAD423; }
span { border-color: rgb(250,212,35); }
td.TdClassName
{
border-color: #FAD423;
}
.TagClassName
{
border-color: #FAD423;
}
</style>