Shades of Tangerine #F37D0B
Tints of Tangerine #F37D0B
RGB
CMYK
RGB Variations
Color information
#F37D0B (or 0xF37D0B) is known color: Tangerine. HEX triplet: F3, 7D and 0B. RGB value is (243,125,11). Sum of RGB (Red+Green+Blue) = 243+125+11=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37D0B is #0C82F4. Grayscale: #939393. Windows color (decimal): -819957 or 753139. OLE color: 753139.
HSL color Cylindrical-coordinate representation of color #F37D0B: hue angle of 29.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F37D0B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.05 |
| HSL | 29.48º | 0.91% | 0.5% | - |
| HSV(B) | 29.48º | 0.95% | 0.95% | - |
| XYZ | 44.36 | 33.75 | 4.49 | - |
| YUV | 147.29 | 51.09 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 11 | 0 | 0.49 | 0.95 | 0.05 | 29.48 | 0.91 | 0.5 |
| Hex | F3 | 7D | B | 0 | 31 | 5F | 5 | 1D | 5B | 32 |
| Octal | 363 | 175 | 13 | 0 | 61 | 137 | 5 | 35 | 133 | 62 |
| Binary | 11110011 | 1111101 | 1011 | 0 | 110001 | 1011111 | 101 | 11101 | 1011011 | 110010 |
Color Harmonies of #F37D0B
Complementary color
Monochromatic Colors of #F37D0B
Black with #F37D0B
Text Example
Text Example
White with #F37D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D0B; }
p { color: rgb(243,125,11); }
H1.HeaderClassName
{
color: #F37D0B;
}
.AnyTagClassName
{
color: #F37D0B;
}
</style>
background-color css
<style>
a { background-color: #F37D0B; }
a { background-color: rgb(243,125,11); }
div.DivClassName
{
background-color: #F37D0B;
}
.BgClassName
{
background-color: #F37D0B;
}
</style>
border-color css
<style>
span { border-color: #F37D0B; }
span { border-color: rgb(243,125,11); }
td.TdClassName
{
border-color: #F37D0B;
}
.TagClassName
{
border-color: #F37D0B;
}
</style>