Shades of Tangerine #FA7B02
Tints of Tangerine #FA7B02
RGB
CMYK
RGB Variations
Color information
#FA7B02 (or 0xFA7B02) is known color: Tangerine. HEX triplet: FA, 7B and 02. RGB value is (250,123,2). Sum of RGB (Red+Green+Blue) = 250+123+2=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B02 is #0584FD. Grayscale: #939393. Windows color (decimal): -361726 or 162810. OLE color: 162810.
HSL color Cylindrical-coordinate representation of color #FA7B02: hue angle of 29.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA7B02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.02 |
| HSL | 29.27º | 0.98% | 0.49% | - |
| HSV(B) | 29.27º | 0.99% | 0.98% | - |
| XYZ | 46.52 | 34.49 | 4.26 | - |
| YUV | 147.18 | 46.08 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 2 | 0 | 0.51 | 0.99 | 0.02 | 29.27 | 0.98 | 0.49 |
| Hex | FA | 7B | 2 | 0 | 33 | 63 | 2 | 1D | 62 | 31 |
| Octal | 372 | 173 | 2 | 0 | 63 | 143 | 2 | 35 | 142 | 61 |
| Binary | 11111010 | 1111011 | 10 | 0 | 110011 | 1100011 | 10 | 11101 | 1100010 | 110001 |
Color Harmonies of #FA7B02
Complementary color
Monochromatic Colors of #FA7B02
Black with #FA7B02
Text Example
Text Example
White with #FA7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B02; }
p { color: rgb(250,123,2); }
H1.HeaderClassName
{
color: #FA7B02;
}
.AnyTagClassName
{
color: #FA7B02;
}
</style>
background-color css
<style>
a { background-color: #FA7B02; }
a { background-color: rgb(250,123,2); }
div.DivClassName
{
background-color: #FA7B02;
}
.BgClassName
{
background-color: #FA7B02;
}
</style>
border-color css
<style>
span { border-color: #FA7B02; }
span { border-color: rgb(250,123,2); }
td.TdClassName
{
border-color: #FA7B02;
}
.TagClassName
{
border-color: #FA7B02;
}
</style>