Shades of Sun #F38D34
Tints of Sun #F38D34
RGB
CMYK
RGB Variations
Color information
#F38D34 (or 0xF38D34) is known color: Sun. HEX triplet: F3, 8D and 34. RGB value is (243,141,52). Sum of RGB (Red+Green+Blue) = 243+141+52=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D34 is #0C72CB. Grayscale: #A1A1A1. Windows color (decimal): -815820 or 3444211. OLE color: 3444211.
HSL color Cylindrical-coordinate representation of color #F38D34: hue angle of 27.96º 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 #F38D34 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 52 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.05 |
| HSL | 27.96º | 0.89% | 0.58% | - |
| HSV(B) | 27.96º | 0.79% | 0.95% | - |
| XYZ | 47.11 | 38.35 | 8.17 | - |
| YUV | 161.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 52 | 0 | 0.42 | 0.79 | 0.05 | 27.96 | 0.89 | 0.58 |
| Hex | F3 | 8D | 34 | 0 | 2A | 4F | 5 | 1C | 59 | 3A |
| Octal | 363 | 215 | 64 | 0 | 52 | 117 | 5 | 34 | 131 | 72 |
| Binary | 11110011 | 10001101 | 110100 | 0 | 101010 | 1001111 | 101 | 11100 | 1011001 | 111010 |
Color Harmonies of #F38D34
Complementary color
Monochromatic Colors of #F38D34
Black with #F38D34
Text Example
Text Example
White with #F38D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D34; }
p { color: rgb(243,141,52); }
H1.HeaderClassName
{
color: #F38D34;
}
.AnyTagClassName
{
color: #F38D34;
}
</style>
background-color css
<style>
a { background-color: #F38D34; }
a { background-color: rgb(243,141,52); }
div.DivClassName
{
background-color: #F38D34;
}
.BgClassName
{
background-color: #F38D34;
}
</style>
border-color css
<style>
span { border-color: #F38D34; }
span { border-color: rgb(243,141,52); }
td.TdClassName
{
border-color: #F38D34;
}
.TagClassName
{
border-color: #F38D34;
}
</style>