Shades of Turbo #FACB17
Tints of Turbo #FACB17
RGB
CMYK
RGB Variations
Color information
#FACB17 (or 0xFACB17) is known color: Turbo. HEX triplet: FA, CB and 17. RGB value is (250,203,23). Sum of RGB (Red+Green+Blue) = 250+203+23=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB17 is #0534E8. Grayscale: #C5C5C5. Windows color (decimal): -341225 or 1559546. OLE color: 1559546.
HSL color Cylindrical-coordinate representation of color #FACB17: hue angle of 47.58º 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 #FACB17 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 23 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.02 |
| HSL | 47.58º | 0.96% | 0.54% | - |
| HSV(B) | 47.58º | 0.91% | 0.98% | - |
| XYZ | 60.93 | 63.1 | 9.78 | - |
| YUV | 196.53 | 30.07 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 23 | 0 | 0.19 | 0.91 | 0.02 | 47.58 | 0.96 | 0.54 |
| Hex | FA | CB | 17 | 0 | 13 | 5B | 2 | 30 | 60 | 36 |
| Octal | 372 | 313 | 27 | 0 | 23 | 133 | 2 | 60 | 140 | 66 |
| Binary | 11111010 | 11001011 | 10111 | 0 | 10011 | 1011011 | 10 | 110000 | 1100000 | 110110 |
Color Harmonies of #FACB17
Complementary color
Monochromatic Colors of #FACB17
Black with #FACB17
Text Example
Text Example
White with #FACB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB17; }
p { color: rgb(250,203,23); }
H1.HeaderClassName
{
color: #FACB17;
}
.AnyTagClassName
{
color: #FACB17;
}
</style>
background-color css
<style>
a { background-color: #FACB17; }
a { background-color: rgb(250,203,23); }
div.DivClassName
{
background-color: #FACB17;
}
.BgClassName
{
background-color: #FACB17;
}
</style>
border-color css
<style>
span { border-color: #FACB17; }
span { border-color: rgb(250,203,23); }
td.TdClassName
{
border-color: #FACB17;
}
.TagClassName
{
border-color: #FACB17;
}
</style>