Shades of Tangerine #F38800
Tints of Tangerine #F38800
RGB
CMYK
RGB Variations
Color information
#F38800 (or 0xF38800) is known color: Tangerine. HEX triplet: F3, 88 and 00. RGB value is (243,136,0). Sum of RGB (Red+Green+Blue) = 243+136+0=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F38800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38800 is #0C77FF. Grayscale: #999999. Windows color (decimal): -817152 or 35059. OLE color: 35059.
HSL color Cylindrical-coordinate representation of color #F38800: hue angle of 33.58º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F38800 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.05 |
| HSL | 33.58º | 1% | 0.48% | - |
| HSV(B) | 33.58º | 1% | 0.95% | - |
| XYZ | 45.77 | 36.66 | 4.66 | - |
| YUV | 152.49 | 41.95 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 0 | 0 | 0.44 | 1 | 0.05 | 33.58 | 1 | 0.48 |
| Hex | F3 | 88 | 0 | 0 | 2C | 64 | 5 | 22 | 64 | 30 |
| Octal | 363 | 210 | 0 | 0 | 54 | 144 | 5 | 42 | 144 | 60 |
| Binary | 11110011 | 10001000 | 0 | 0 | 101100 | 1100100 | 101 | 100010 | 1100100 | 110000 |
Color Harmonies of #F38800
Complementary color
Monochromatic Colors of #F38800
Black with #F38800
Text Example
Text Example
White with #F38800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38800; }
p { color: rgb(243,136,0); }
H1.HeaderClassName
{
color: #F38800;
}
.AnyTagClassName
{
color: #F38800;
}
</style>
background-color css
<style>
a { background-color: #F38800; }
a { background-color: rgb(243,136,0); }
div.DivClassName
{
background-color: #F38800;
}
.BgClassName
{
background-color: #F38800;
}
</style>
border-color css
<style>
span { border-color: #F38800; }
span { border-color: rgb(243,136,0); }
td.TdClassName
{
border-color: #F38800;
}
.TagClassName
{
border-color: #F38800;
}
</style>