Shades of Turbo #FACA1D
Tints of Turbo #FACA1D
RGB
CMYK
RGB Variations
Color information
#FACA1D (or 0xFACA1D) is known color: Turbo. HEX triplet: FA, CA and 1D. RGB value is (250,202,29). Sum of RGB (Red+Green+Blue) = 250+202+29=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA1D is #0535E2. Grayscale: #C5C5C5. Windows color (decimal): -341475 or 1952506. OLE color: 1952506.
HSL color Cylindrical-coordinate representation of color #FACA1D: hue angle of 46.97º 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 #FACA1D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 29 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.02 |
| HSL | 46.97º | 0.96% | 0.55% | - |
| HSV(B) | 46.97º | 0.88% | 0.98% | - |
| XYZ | 60.77 | 62.65 | 10.05 | - |
| YUV | 196.63 | 33.4 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 29 | 0 | 0.19 | 0.88 | 0.02 | 46.97 | 0.96 | 0.55 |
| Hex | FA | CA | 1D | 0 | 13 | 58 | 2 | 2F | 60 | 37 |
| Octal | 372 | 312 | 35 | 0 | 23 | 130 | 2 | 57 | 140 | 67 |
| Binary | 11111010 | 11001010 | 11101 | 0 | 10011 | 1011000 | 10 | 101111 | 1100000 | 110111 |
Color Harmonies of #FACA1D
Complementary color
Monochromatic Colors of #FACA1D
Black with #FACA1D
Text Example
Text Example
White with #FACA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA1D; }
p { color: rgb(250,202,29); }
H1.HeaderClassName
{
color: #FACA1D;
}
.AnyTagClassName
{
color: #FACA1D;
}
</style>
background-color css
<style>
a { background-color: #FACA1D; }
a { background-color: rgb(250,202,29); }
div.DivClassName
{
background-color: #FACA1D;
}
.BgClassName
{
background-color: #FACA1D;
}
</style>
border-color css
<style>
span { border-color: #FACA1D; }
span { border-color: rgb(250,202,29); }
td.TdClassName
{
border-color: #FACA1D;
}
.TagClassName
{
border-color: #FACA1D;
}
</style>