Shades of Turbo #FACB23
Tints of Turbo #FACB23
RGB
CMYK
RGB Variations
Color information
#FACB23 (or 0xFACB23) is known color: Turbo. HEX triplet: FA, CB and 23. RGB value is (250,203,35). Sum of RGB (Red+Green+Blue) = 250+203+35=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB23 is #0534DC. Grayscale: #C6C6C6. Windows color (decimal): -341213 or 2345978. OLE color: 2345978.
HSL color Cylindrical-coordinate representation of color #FACB23: hue angle of 46.88º 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 #FACB23 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 35 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.02 |
| HSL | 46.88º | 0.96% | 0.56% | - |
| HSV(B) | 46.88º | 0.86% | 0.98% | - |
| XYZ | 61.08 | 63.16 | 10.56 | - |
| YUV | 197.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 35 | 0 | 0.19 | 0.86 | 0.02 | 46.88 | 0.96 | 0.56 |
| Hex | FA | CB | 23 | 0 | 13 | 56 | 2 | 2F | 60 | 38 |
| Octal | 372 | 313 | 43 | 0 | 23 | 126 | 2 | 57 | 140 | 70 |
| Binary | 11111010 | 11001011 | 100011 | 0 | 10011 | 1010110 | 10 | 101111 | 1100000 | 111000 |
Color Harmonies of #FACB23
Complementary color
Monochromatic Colors of #FACB23
Black with #FACB23
Text Example
Text Example
White with #FACB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB23; }
p { color: rgb(250,203,35); }
H1.HeaderClassName
{
color: #FACB23;
}
.AnyTagClassName
{
color: #FACB23;
}
</style>
background-color css
<style>
a { background-color: #FACB23; }
a { background-color: rgb(250,203,35); }
div.DivClassName
{
background-color: #FACB23;
}
.BgClassName
{
background-color: #FACB23;
}
</style>
border-color css
<style>
span { border-color: #FACB23; }
span { border-color: rgb(250,203,35); }
td.TdClassName
{
border-color: #FACB23;
}
.TagClassName
{
border-color: #FACB23;
}
</style>