Shades of Turbo #FAC823
Tints of Turbo #FAC823
RGB
CMYK
RGB Variations
Color information
#FAC823 (or 0xFAC823) is known color: Turbo. HEX triplet: FA, C8 and 23. RGB value is (250,200,35). Sum of RGB (Red+Green+Blue) = 250+200+35=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC823 is #0537DC. Grayscale: #C4C4C4. Windows color (decimal): -341981 or 2345210. OLE color: 2345210.
HSL color Cylindrical-coordinate representation of color #FAC823: hue angle of 46.05º 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 #FAC823 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 35 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.02 |
| HSL | 46.05º | 0.96% | 0.56% | - |
| HSV(B) | 46.05º | 0.86% | 0.98% | - |
| XYZ | 60.38 | 61.75 | 10.33 | - |
| YUV | 196.14 | 37.07 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 35 | 0 | 0.2 | 0.86 | 0.02 | 46.05 | 0.96 | 0.56 |
| Hex | FA | C8 | 23 | 0 | 14 | 56 | 2 | 2E | 60 | 38 |
| Octal | 372 | 310 | 43 | 0 | 24 | 126 | 2 | 56 | 140 | 70 |
| Binary | 11111010 | 11001000 | 100011 | 0 | 10100 | 1010110 | 10 | 101110 | 1100000 | 111000 |
Color Harmonies of #FAC823
Complementary color
Monochromatic Colors of #FAC823
Black with #FAC823
Text Example
Text Example
White with #FAC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC823; }
p { color: rgb(250,200,35); }
H1.HeaderClassName
{
color: #FAC823;
}
.AnyTagClassName
{
color: #FAC823;
}
</style>
background-color css
<style>
a { background-color: #FAC823; }
a { background-color: rgb(250,200,35); }
div.DivClassName
{
background-color: #FAC823;
}
.BgClassName
{
background-color: #FAC823;
}
</style>
border-color css
<style>
span { border-color: #FAC823; }
span { border-color: rgb(250,200,35); }
td.TdClassName
{
border-color: #FAC823;
}
.TagClassName
{
border-color: #FAC823;
}
</style>