Shades of Sun #F38E34
Tints of Sun #F38E34
RGB
CMYK
RGB Variations
Color information
#F38E34 (or 0xF38E34) is known color: Sun. HEX triplet: F3, 8E and 34. RGB value is (243,142,52). Sum of RGB (Red+Green+Blue) = 243+142+52=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38E34 is #0C71CB. Grayscale: #A2A2A2. Windows color (decimal): -815564 or 3444467. OLE color: 3444467.
HSL color Cylindrical-coordinate representation of color #F38E34: hue angle of 28.27º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F38E34 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 52 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.05 |
| HSL | 28.27º | 0.89% | 0.58% | - |
| HSV(B) | 28.27º | 0.79% | 0.95% | - |
| XYZ | 47.25 | 38.65 | 8.22 | - |
| YUV | 161.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 52 | 0 | 0.42 | 0.79 | 0.05 | 28.27 | 0.89 | 0.58 |
| Hex | F3 | 8E | 34 | 0 | 2A | 4F | 5 | 1C | 59 | 3A |
| Octal | 363 | 216 | 64 | 0 | 52 | 117 | 5 | 34 | 131 | 72 |
| Binary | 11110011 | 10001110 | 110100 | 0 | 101010 | 1001111 | 101 | 11100 | 1011001 | 111010 |
Color Harmonies of #F38E34
Complementary color
Monochromatic Colors of #F38E34
Black with #F38E34
Text Example
Text Example
White with #F38E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E34; }
p { color: rgb(243,142,52); }
H1.HeaderClassName
{
color: #F38E34;
}
.AnyTagClassName
{
color: #F38E34;
}
</style>
background-color css
<style>
a { background-color: #F38E34; }
a { background-color: rgb(243,142,52); }
div.DivClassName
{
background-color: #F38E34;
}
.BgClassName
{
background-color: #F38E34;
}
</style>
border-color css
<style>
span { border-color: #F38E34; }
span { border-color: rgb(243,142,52); }
td.TdClassName
{
border-color: #F38E34;
}
.TagClassName
{
border-color: #F38E34;
}
</style>