Shades of Tangerine #F57B05
Tints of Tangerine #F57B05
RGB
CMYK
RGB Variations
Color information
#F57B05 (or 0xF57B05) is known color: Tangerine. HEX triplet: F5, 7B and 05. RGB value is (245,123,5). Sum of RGB (Red+Green+Blue) = 245+123+5=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57B05 is #0A84FA. Grayscale: #929292. Windows color (decimal): -689403 or 359413. OLE color: 359413.
HSL color Cylindrical-coordinate representation of color #F57B05: hue angle of 29.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F57B05 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.04 |
| HSL | 29.5º | 0.96% | 0.49% | - |
| HSV(B) | 29.5º | 0.98% | 0.96% | - |
| XYZ | 44.77 | 33.59 | 4.27 | - |
| YUV | 146.03 | 48.42 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 5 | 0 | 0.50 | 0.98 | 0.04 | 29.5 | 0.96 | 0.49 |
| Hex | F5 | 7B | 5 | 0 | 32 | 62 | 4 | 1E | 60 | 31 |
| Octal | 365 | 173 | 5 | 0 | 62 | 142 | 4 | 36 | 140 | 61 |
| Binary | 11110101 | 1111011 | 101 | 0 | 110010 | 1100010 | 100 | 11110 | 1100000 | 110001 |
Color Harmonies of #F57B05
Complementary color
Monochromatic Colors of #F57B05
Black with #F57B05
Text Example
Text Example
White with #F57B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B05; }
p { color: rgb(245,123,5); }
H1.HeaderClassName
{
color: #F57B05;
}
.AnyTagClassName
{
color: #F57B05;
}
</style>
background-color css
<style>
a { background-color: #F57B05; }
a { background-color: rgb(245,123,5); }
div.DivClassName
{
background-color: #F57B05;
}
.BgClassName
{
background-color: #F57B05;
}
</style>
border-color css
<style>
span { border-color: #F57B05; }
span { border-color: rgb(245,123,5); }
td.TdClassName
{
border-color: #F57B05;
}
.TagClassName
{
border-color: #F57B05;
}
</style>