Shades of Turbo #FACA1F
Tints of Turbo #FACA1F
RGB
CMYK
RGB Variations
Color information
#FACA1F (or 0xFACA1F) is known color: Turbo. HEX triplet: FA, CA and 1F. RGB value is (250,202,31). Sum of RGB (Red+Green+Blue) = 250+202+31=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA1F is #0535E0. Grayscale: #C5C5C5. Windows color (decimal): -341473 or 2083578. OLE color: 2083578.
HSL color Cylindrical-coordinate representation of color #FACA1F: hue angle of 46.85º 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 #FACA1F is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 31 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.02 |
| HSL | 46.85º | 0.96% | 0.55% | - |
| HSV(B) | 46.85º | 0.88% | 0.98% | - |
| XYZ | 60.79 | 62.66 | 10.19 | - |
| YUV | 196.86 | 34.4 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 31 | 0 | 0.19 | 0.88 | 0.02 | 46.85 | 0.96 | 0.55 |
| Hex | FA | CA | 1F | 0 | 13 | 58 | 2 | 2F | 60 | 37 |
| Octal | 372 | 312 | 37 | 0 | 23 | 130 | 2 | 57 | 140 | 67 |
| Binary | 11111010 | 11001010 | 11111 | 0 | 10011 | 1011000 | 10 | 101111 | 1100000 | 110111 |
Color Harmonies of #FACA1F
Complementary color
Monochromatic Colors of #FACA1F
Black with #FACA1F
Text Example
Text Example
White with #FACA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA1F; }
p { color: rgb(250,202,31); }
H1.HeaderClassName
{
color: #FACA1F;
}
.AnyTagClassName
{
color: #FACA1F;
}
</style>
background-color css
<style>
a { background-color: #FACA1F; }
a { background-color: rgb(250,202,31); }
div.DivClassName
{
background-color: #FACA1F;
}
.BgClassName
{
background-color: #FACA1F;
}
</style>
border-color css
<style>
span { border-color: #FACA1F; }
span { border-color: rgb(250,202,31); }
td.TdClassName
{
border-color: #FACA1F;
}
.TagClassName
{
border-color: #FACA1F;
}
</style>