Shades of Turbo #FACC16
Tints of Turbo #FACC16
RGB
CMYK
RGB Variations
Color information
#FACC16 (or 0xFACC16) is known color: Turbo. HEX triplet: FA, CC and 16. RGB value is (250,204,22). Sum of RGB (Red+Green+Blue) = 250+204+22=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC16 is #0533E9. Grayscale: #C5C5C5. Windows color (decimal): -340970 or 1494266. OLE color: 1494266.
HSL color Cylindrical-coordinate representation of color #FACC16: hue angle of 47.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FACC16 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.02 |
| HSL | 47.89º | 0.96% | 0.53% | - |
| HSV(B) | 47.89º | 0.91% | 0.98% | - |
| XYZ | 61.16 | 63.57 | 9.81 | - |
| YUV | 197.01 | 29.24 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 22 | 0 | 0.18 | 0.91 | 0.02 | 47.89 | 0.96 | 0.53 |
| Hex | FA | CC | 16 | 0 | 12 | 5B | 2 | 30 | 60 | 35 |
| Octal | 372 | 314 | 26 | 0 | 22 | 133 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001100 | 10110 | 0 | 10010 | 1011011 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACC16
Complementary color
Monochromatic Colors of #FACC16
Black with #FACC16
Text Example
Text Example
White with #FACC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC16; }
p { color: rgb(250,204,22); }
H1.HeaderClassName
{
color: #FACC16;
}
.AnyTagClassName
{
color: #FACC16;
}
</style>
background-color css
<style>
a { background-color: #FACC16; }
a { background-color: rgb(250,204,22); }
div.DivClassName
{
background-color: #FACC16;
}
.BgClassName
{
background-color: #FACC16;
}
</style>
border-color css
<style>
span { border-color: #FACC16; }
span { border-color: rgb(250,204,22); }
td.TdClassName
{
border-color: #FACC16;
}
.TagClassName
{
border-color: #FACC16;
}
</style>