Shades of Turbo #FACC12
Tints of Turbo #FACC12
RGB
CMYK
RGB Variations
Color information
#FACC12 (or 0xFACC12) is known color: Turbo. HEX triplet: FA, CC and 12. RGB value is (250,204,18). Sum of RGB (Red+Green+Blue) = 250+204+18=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC12 is #0533ED. Grayscale: #C5C5C5. Windows color (decimal): -340974 or 1232122. OLE color: 1232122.
HSL color Cylindrical-coordinate representation of color #FACC12: hue angle of 48.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FACC12 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 18 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.02 |
| HSL | 48.1º | 0.96% | 0.53% | - |
| HSV(B) | 48.1º | 0.93% | 0.98% | - |
| XYZ | 61.13 | 63.55 | 9.62 | - |
| YUV | 196.55 | 27.24 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 18 | 0 | 0.18 | 0.93 | 0.02 | 48.1 | 0.96 | 0.53 |
| Hex | FA | CC | 12 | 0 | 12 | 5D | 2 | 30 | 60 | 35 |
| Octal | 372 | 314 | 22 | 0 | 22 | 135 | 2 | 60 | 140 | 65 |
| Binary | 11111010 | 11001100 | 10010 | 0 | 10010 | 1011101 | 10 | 110000 | 1100000 | 110101 |
Color Harmonies of #FACC12
Complementary color
Monochromatic Colors of #FACC12
Black with #FACC12
Text Example
Text Example
White with #FACC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC12; }
p { color: rgb(250,204,18); }
H1.HeaderClassName
{
color: #FACC12;
}
.AnyTagClassName
{
color: #FACC12;
}
</style>
background-color css
<style>
a { background-color: #FACC12; }
a { background-color: rgb(250,204,18); }
div.DivClassName
{
background-color: #FACC12;
}
.BgClassName
{
background-color: #FACC12;
}
</style>
border-color css
<style>
span { border-color: #FACC12; }
span { border-color: rgb(250,204,18); }
td.TdClassName
{
border-color: #FACC12;
}
.TagClassName
{
border-color: #FACC12;
}
</style>