Shades of Sun #F38E3A
Tints of Sun #F38E3A
RGB
CMYK
RGB Variations
Color information
#F38E3A (or 0xF38E3A) is known color: Sun. HEX triplet: F3, 8E and 3A. RGB value is (243,142,58). Sum of RGB (Red+Green+Blue) = 243+142+58=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38E3A is #0C71C5. Grayscale: #A3A3A3. Windows color (decimal): -815558 or 3837683. OLE color: 3837683.
HSL color Cylindrical-coordinate representation of color #F38E3A: hue angle of 27.24º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F38E3A is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 58 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.05 |
| HSL | 27.24º | 0.89% | 0.59% | - |
| HSV(B) | 27.24º | 0.76% | 0.95% | - |
| XYZ | 47.4 | 38.71 | 8.98 | - |
| YUV | 162.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 58 | 0 | 0.42 | 0.76 | 0.05 | 27.24 | 0.89 | 0.59 |
| Hex | F3 | 8E | 3A | 0 | 2A | 4C | 5 | 1B | 59 | 3B |
| Octal | 363 | 216 | 72 | 0 | 52 | 114 | 5 | 33 | 131 | 73 |
| Binary | 11110011 | 10001110 | 111010 | 0 | 101010 | 1001100 | 101 | 11011 | 1011001 | 111011 |
Color Harmonies of #F38E3A
Complementary color
Monochromatic Colors of #F38E3A
Black with #F38E3A
Text Example
Text Example
White with #F38E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E3A; }
p { color: rgb(243,142,58); }
H1.HeaderClassName
{
color: #F38E3A;
}
.AnyTagClassName
{
color: #F38E3A;
}
</style>
background-color css
<style>
a { background-color: #F38E3A; }
a { background-color: rgb(243,142,58); }
div.DivClassName
{
background-color: #F38E3A;
}
.BgClassName
{
background-color: #F38E3A;
}
</style>
border-color css
<style>
span { border-color: #F38E3A; }
span { border-color: rgb(243,142,58); }
td.TdClassName
{
border-color: #F38E3A;
}
.TagClassName
{
border-color: #F38E3A;
}
</style>