Shades of Turbo #FACC2A
Tints of Turbo #FACC2A
RGB
CMYK
RGB Variations
Color information
#FACC2A (or 0xFACC2A) is known color: Turbo. HEX triplet: FA, CC and 2A. RGB value is (250,204,42). Sum of RGB (Red+Green+Blue) = 250+204+42=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC2A is #0533D5. Grayscale: #C7C7C7. Windows color (decimal): -340950 or 2804986. OLE color: 2804986.
HSL color Cylindrical-coordinate representation of color #FACC2A: hue angle of 46.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FACC2A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 42 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.02 |
| HSL | 46.73º | 0.95% | 0.57% | - |
| HSV(B) | 46.73º | 0.83% | 0.98% | - |
| XYZ | 61.44 | 63.68 | 11.24 | - |
| YUV | 199.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 42 | 0 | 0.18 | 0.83 | 0.02 | 46.73 | 0.95 | 0.57 |
| Hex | FA | CC | 2A | 0 | 12 | 53 | 2 | 2F | 5F | 39 |
| Octal | 372 | 314 | 52 | 0 | 22 | 123 | 2 | 57 | 137 | 71 |
| Binary | 11111010 | 11001100 | 101010 | 0 | 10010 | 1010011 | 10 | 101111 | 1011111 | 111001 |
Color Harmonies of #FACC2A
Complementary color
Monochromatic Colors of #FACC2A
Black with #FACC2A
Text Example
Text Example
White with #FACC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC2A; }
p { color: rgb(250,204,42); }
H1.HeaderClassName
{
color: #FACC2A;
}
.AnyTagClassName
{
color: #FACC2A;
}
</style>
background-color css
<style>
a { background-color: #FACC2A; }
a { background-color: rgb(250,204,42); }
div.DivClassName
{
background-color: #FACC2A;
}
.BgClassName
{
background-color: #FACC2A;
}
</style>
border-color css
<style>
span { border-color: #FACC2A; }
span { border-color: rgb(250,204,42); }
td.TdClassName
{
border-color: #FACC2A;
}
.TagClassName
{
border-color: #FACC2A;
}
</style>