Shades of Turbo #FACC1D
Tints of Turbo #FACC1D
RGB
CMYK
RGB Variations
Color information
#FACC1D (or 0xFACC1D) is known color: Turbo. HEX triplet: FA, CC and 1D. RGB value is (250,204,29). Sum of RGB (Red+Green+Blue) = 250+204+29=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC1D is #0533E2. Grayscale: #C6C6C6. Windows color (decimal): -340963 or 1953018. OLE color: 1953018.
HSL color Cylindrical-coordinate representation of color #FACC1D: hue angle of 47.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FACC1D is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 29 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.02 |
| HSL | 47.51º | 0.96% | 0.55% | - |
| HSV(B) | 47.51º | 0.88% | 0.98% | - |
| XYZ | 61.24 | 63.6 | 10.21 | - |
| YUV | 197.8 | 32.74 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 29 | 0 | 0.18 | 0.88 | 0.02 | 47.51 | 0.96 | 0.55 |
| Hex | FA | CC | 1D | 0 | 12 | 58 | 2 | 30 | 60 | 37 |
| Octal | 372 | 314 | 35 | 0 | 22 | 130 | 2 | 60 | 140 | 67 |
| Binary | 11111010 | 11001100 | 11101 | 0 | 10010 | 1011000 | 10 | 110000 | 1100000 | 110111 |
Color Harmonies of #FACC1D
Complementary color
Monochromatic Colors of #FACC1D
Black with #FACC1D
Text Example
Text Example
White with #FACC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC1D; }
p { color: rgb(250,204,29); }
H1.HeaderClassName
{
color: #FACC1D;
}
.AnyTagClassName
{
color: #FACC1D;
}
</style>
background-color css
<style>
a { background-color: #FACC1D; }
a { background-color: rgb(250,204,29); }
div.DivClassName
{
background-color: #FACC1D;
}
.BgClassName
{
background-color: #FACC1D;
}
</style>
border-color css
<style>
span { border-color: #FACC1D; }
span { border-color: rgb(250,204,29); }
td.TdClassName
{
border-color: #FACC1D;
}
.TagClassName
{
border-color: #FACC1D;
}
</style>