Shades of Tangerine #F38000
Tints of Tangerine #F38000
RGB
CMYK
RGB Variations
Color information
#F38000 (or 0xF38000) is known color: Tangerine. HEX triplet: F3, 80 and 00. RGB value is (243,128,0). Sum of RGB (Red+Green+Blue) = 243+128+0=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F38000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38000 is #0C7FFF. Grayscale: #949494. Windows color (decimal): -819200 or 33011. OLE color: 33011.
HSL color Cylindrical-coordinate representation of color #F38000: hue angle of 31.6º 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 #F38000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.05 |
| HSL | 31.6º | 1% | 0.48% | - |
| HSV(B) | 31.6º | 1% | 0.95% | - |
| XYZ | 44.68 | 34.49 | 4.3 | - |
| YUV | 147.79 | 44.6 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 0 | 0 | 0.47 | 1 | 0.05 | 31.6 | 1 | 0.48 |
| Hex | F3 | 80 | 0 | 0 | 2F | 64 | 5 | 20 | 64 | 30 |
| Octal | 363 | 200 | 0 | 0 | 57 | 144 | 5 | 40 | 144 | 60 |
| Binary | 11110011 | 10000000 | 0 | 0 | 101111 | 1100100 | 101 | 100000 | 1100100 | 110000 |
Color Harmonies of #F38000
Complementary color
Monochromatic Colors of #F38000
Black with #F38000
Text Example
Text Example
White with #F38000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38000; }
p { color: rgb(243,128,0); }
H1.HeaderClassName
{
color: #F38000;
}
.AnyTagClassName
{
color: #F38000;
}
</style>
background-color css
<style>
a { background-color: #F38000; }
a { background-color: rgb(243,128,0); }
div.DivClassName
{
background-color: #F38000;
}
.BgClassName
{
background-color: #F38000;
}
</style>
border-color css
<style>
span { border-color: #F38000; }
span { border-color: rgb(243,128,0); }
td.TdClassName
{
border-color: #F38000;
}
.TagClassName
{
border-color: #F38000;
}
</style>