Shades of Turbo #FACC18
Tints of Turbo #FACC18
RGB
CMYK
RGB Variations
Color information
#FACC18 (or 0xFACC18) is known color: Turbo. HEX triplet: FA, CC and 18. RGB value is (250,204,24). Sum of RGB (Red+Green+Blue) = 250+204+24=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC18 is #0533E7. Grayscale: #C6C6C6. Windows color (decimal): -340968 or 1625338. OLE color: 1625338.
HSL color Cylindrical-coordinate representation of color #FACC18: hue angle of 47.79º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FACC18 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 24 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.02 |
| HSL | 47.79º | 0.96% | 0.54% | - |
| HSV(B) | 47.79º | 0.9% | 0.98% | - |
| XYZ | 61.18 | 63.58 | 9.91 | - |
| YUV | 197.23 | 30.24 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 24 | 0 | 0.18 | 0.90 | 0.02 | 47.79 | 0.96 | 0.54 |
| Hex | FA | CC | 18 | 0 | 12 | 5A | 2 | 30 | 60 | 36 |
| Octal | 372 | 314 | 30 | 0 | 22 | 132 | 2 | 60 | 140 | 66 |
| Binary | 11111010 | 11001100 | 11000 | 0 | 10010 | 1011010 | 10 | 110000 | 1100000 | 110110 |
Color Harmonies of #FACC18
Complementary color
Monochromatic Colors of #FACC18
Black with #FACC18
Text Example
Text Example
White with #FACC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC18; }
p { color: rgb(250,204,24); }
H1.HeaderClassName
{
color: #FACC18;
}
.AnyTagClassName
{
color: #FACC18;
}
</style>
background-color css
<style>
a { background-color: #FACC18; }
a { background-color: rgb(250,204,24); }
div.DivClassName
{
background-color: #FACC18;
}
.BgClassName
{
background-color: #FACC18;
}
</style>
border-color css
<style>
span { border-color: #FACC18; }
span { border-color: rgb(250,204,24); }
td.TdClassName
{
border-color: #FACC18;
}
.TagClassName
{
border-color: #FACC18;
}
</style>