Shades of Turbo #FACC14
Tints of Turbo #FACC14
RGB
CMYK
RGB Variations
Color information
#FACC14 (or 0xFACC14) is known color: Turbo. HEX triplet: FA, CC and 14. RGB value is (250,204,20). Sum of RGB (Red+Green+Blue) = 250+204+20=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC14 is #0533EB. Grayscale: #C5C5C5. Windows color (decimal): -340972 or 1363194. OLE color: 1363194.
HSL color Cylindrical-coordinate representation of color #FACC14: hue angle of 48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FACC14 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.02 |
| HSL | 48º | 0.96% | 0.53% | - |
| HSV(B) | 48º | 0.92% | 0.98% | - |
| XYZ | 61.14 | 63.56 | 9.71 | - |
| YUV | 196.78 | 28.24 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 20 | 0 | 0.18 | 0.92 | 0.02 | 48 | 0.96 | 0.53 |
| Hex | FA | CC | 14 | 0 | 12 | 5C | 2 | 30 | 60 | 35 |
| Octal | 372 | 314 | 24 | 0 | 22 | 134 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001100 | 10100 | 0 | 10010 | 1011100 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACC14
Complementary color
Monochromatic Colors of #FACC14
Black with #FACC14
Text Example
Text Example
White with #FACC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC14; }
p { color: rgb(250,204,20); }
H1.HeaderClassName
{
color: #FACC14;
}
.AnyTagClassName
{
color: #FACC14;
}
</style>
background-color css
<style>
a { background-color: #FACC14; }
a { background-color: rgb(250,204,20); }
div.DivClassName
{
background-color: #FACC14;
}
.BgClassName
{
background-color: #FACC14;
}
</style>
border-color css
<style>
span { border-color: #FACC14; }
span { border-color: rgb(250,204,20); }
td.TdClassName
{
border-color: #FACC14;
}
.TagClassName
{
border-color: #FACC14;
}
</style>