Shades of Turbo #FACC28
Tints of Turbo #FACC28
RGB
CMYK
RGB Variations
Color information
#FACC28 (or 0xFACC28) is known color: Turbo. HEX triplet: FA, CC and 28. RGB value is (250,204,40). Sum of RGB (Red+Green+Blue) = 250+204+40=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC28 is #0533D7. Grayscale: #C7C7C7. Windows color (decimal): -340952 or 2673914. OLE color: 2673914.
HSL color Cylindrical-coordinate representation of color #FACC28: hue angle of 46.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FACC28 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 40 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.02 |
| HSL | 46.86º | 0.95% | 0.57% | - |
| HSV(B) | 46.86º | 0.84% | 0.98% | - |
| XYZ | 61.4 | 63.66 | 11.06 | - |
| YUV | 199.06 | 38.24 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 40 | 0 | 0.18 | 0.84 | 0.02 | 46.86 | 0.95 | 0.57 |
| Hex | FA | CC | 28 | 0 | 12 | 54 | 2 | 2F | 5F | 39 |
| Octal | 372 | 314 | 50 | 0 | 22 | 124 | 2 | 57 | 137 | 71 |
| Binary | 11111010 | 11001100 | 101000 | 0 | 10010 | 1010100 | 10 | 101111 | 1011111 | 111001 |
Color Harmonies of #FACC28
Complementary color
Monochromatic Colors of #FACC28
Black with #FACC28
Text Example
Text Example
White with #FACC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC28; }
p { color: rgb(250,204,40); }
H1.HeaderClassName
{
color: #FACC28;
}
.AnyTagClassName
{
color: #FACC28;
}
</style>
background-color css
<style>
a { background-color: #FACC28; }
a { background-color: rgb(250,204,40); }
div.DivClassName
{
background-color: #FACC28;
}
.BgClassName
{
background-color: #FACC28;
}
</style>
border-color css
<style>
span { border-color: #FACC28; }
span { border-color: rgb(250,204,40); }
td.TdClassName
{
border-color: #FACC28;
}
.TagClassName
{
border-color: #FACC28;
}
</style>