Shades of Turbo #FAC817
Tints of Turbo #FAC817
RGB
CMYK
RGB Variations
Color information
#FAC817 (or 0xFAC817) is known color: Turbo. HEX triplet: FA, C8 and 17. RGB value is (250,200,23). Sum of RGB (Red+Green+Blue) = 250+200+23=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC817 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC817 is #0537E8. Grayscale: #C3C3C3. Windows color (decimal): -341993 or 1558778. OLE color: 1558778.
HSL color Cylindrical-coordinate representation of color #FAC817: hue angle of 46.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAC817 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 23 | - |
| CMYK | 0 | 0.2 | 0.91 | 0.02 |
| HSL | 46.78º | 0.96% | 0.54% | - |
| HSV(B) | 46.78º | 0.91% | 0.98% | - |
| XYZ | 60.23 | 61.69 | 9.54 | - |
| YUV | 194.77 | 31.07 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 23 | 0 | 0.2 | 0.91 | 0.02 | 46.78 | 0.96 | 0.54 |
| Hex | FA | C8 | 17 | 0 | 14 | 5B | 2 | 2F | 60 | 36 |
| Octal | 372 | 310 | 27 | 0 | 24 | 133 | 2 | 57 | 140 | 66 |
| Binary | 11111010 | 11001000 | 10111 | 0 | 10100 | 1011011 | 10 | 101111 | 1100000 | 110110 |
Color Harmonies of #FAC817
Complementary color
Monochromatic Colors of #FAC817
Black with #FAC817
Text Example
Text Example
White with #FAC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC817; }
p { color: rgb(250,200,23); }
H1.HeaderClassName
{
color: #FAC817;
}
.AnyTagClassName
{
color: #FAC817;
}
</style>
background-color css
<style>
a { background-color: #FAC817; }
a { background-color: rgb(250,200,23); }
div.DivClassName
{
background-color: #FAC817;
}
.BgClassName
{
background-color: #FAC817;
}
</style>
border-color css
<style>
span { border-color: #FAC817; }
span { border-color: rgb(250,200,23); }
td.TdClassName
{
border-color: #FAC817;
}
.TagClassName
{
border-color: #FAC817;
}
</style>