Shades of Turbo #FAC81D
Tints of Turbo #FAC81D
RGB
CMYK
RGB Variations
Color information
#FAC81D (or 0xFAC81D) is known color: Turbo. HEX triplet: FA, C8 and 1D. RGB value is (250,200,29). Sum of RGB (Red+Green+Blue) = 250+200+29=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81D is #0537E2. Grayscale: #C4C4C4. Windows color (decimal): -341987 or 1951994. OLE color: 1951994.
HSL color Cylindrical-coordinate representation of color #FAC81D: hue angle of 46.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC81D is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 29 | - |
| CMYK | 0 | 0.2 | 0.88 | 0.02 |
| HSL | 46.43º | 0.96% | 0.55% | - |
| HSV(B) | 46.43º | 0.88% | 0.98% | - |
| XYZ | 60.3 | 61.72 | 9.9 | - |
| YUV | 195.46 | 34.07 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 29 | 0 | 0.2 | 0.88 | 0.02 | 46.43 | 0.96 | 0.55 |
| Hex | FA | C8 | 1D | 0 | 14 | 58 | 2 | 2E | 60 | 37 |
| Octal | 372 | 310 | 35 | 0 | 24 | 130 | 2 | 56 | 140 | 67 |
| Binary | 11111010 | 11001000 | 11101 | 0 | 10100 | 1011000 | 10 | 101110 | 1100000 | 110111 |
Color Harmonies of #FAC81D
Complementary color
Monochromatic Colors of #FAC81D
Black with #FAC81D
Text Example
Text Example
White with #FAC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC81D; }
p { color: rgb(250,200,29); }
H1.HeaderClassName
{
color: #FAC81D;
}
.AnyTagClassName
{
color: #FAC81D;
}
</style>
background-color css
<style>
a { background-color: #FAC81D; }
a { background-color: rgb(250,200,29); }
div.DivClassName
{
background-color: #FAC81D;
}
.BgClassName
{
background-color: #FAC81D;
}
</style>
border-color css
<style>
span { border-color: #FAC81D; }
span { border-color: rgb(250,200,29); }
td.TdClassName
{
border-color: #FAC81D;
}
.TagClassName
{
border-color: #FAC81D;
}
</style>