Shades of Sun #F38E30
Tints of Sun #F38E30
RGB
CMYK
RGB Variations
Color information
#F38E30 (or 0xF38E30) is known color: Sun. HEX triplet: F3, 8E and 30. RGB value is (243,142,48). Sum of RGB (Red+Green+Blue) = 243+142+48=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38E30 is #0C71CF. Grayscale: #A1A1A1. Windows color (decimal): -815568 or 3182323. OLE color: 3182323.
HSL color Cylindrical-coordinate representation of color #F38E30: hue angle of 28.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F38E30 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 48 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.05 |
| HSL | 28.92º | 0.89% | 0.57% | - |
| HSV(B) | 28.92º | 0.8% | 0.95% | - |
| XYZ | 47.17 | 38.61 | 7.76 | - |
| YUV | 161.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 48 | 0 | 0.42 | 0.80 | 0.05 | 28.92 | 0.89 | 0.57 |
| Hex | F3 | 8E | 30 | 0 | 2A | 50 | 5 | 1D | 59 | 39 |
| Octal | 363 | 216 | 60 | 0 | 52 | 120 | 5 | 35 | 131 | 71 |
| Binary | 11110011 | 10001110 | 110000 | 0 | 101010 | 1010000 | 101 | 11101 | 1011001 | 111001 |
Color Harmonies of #F38E30
Complementary color
Monochromatic Colors of #F38E30
Black with #F38E30
Text Example
Text Example
White with #F38E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E30; }
p { color: rgb(243,142,48); }
H1.HeaderClassName
{
color: #F38E30;
}
.AnyTagClassName
{
color: #F38E30;
}
</style>
background-color css
<style>
a { background-color: #F38E30; }
a { background-color: rgb(243,142,48); }
div.DivClassName
{
background-color: #F38E30;
}
.BgClassName
{
background-color: #F38E30;
}
</style>
border-color css
<style>
span { border-color: #F38E30; }
span { border-color: rgb(243,142,48); }
td.TdClassName
{
border-color: #F38E30;
}
.TagClassName
{
border-color: #F38E30;
}
</style>