Shades of Sun #F38D41
Tints of Sun #F38D41
RGB
CMYK
RGB Variations
Color information
#F38D41 (or 0xF38D41) is known color: Sun. HEX triplet: F3, 8D and 41. RGB value is (243,141,65). Sum of RGB (Red+Green+Blue) = 243+141+65=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D41 is #0C72BE. Grayscale: #A3A3A3. Windows color (decimal): -815807 or 4296179. OLE color: 4296179.
HSL color Cylindrical-coordinate representation of color #F38D41: hue angle of 25.62º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F38D41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.05 |
| HSL | 25.62º | 0.88% | 0.6% | - |
| HSV(B) | 25.62º | 0.73% | 0.95% | - |
| XYZ | 47.44 | 38.49 | 9.93 | - |
| YUV | 162.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 65 | 0 | 0.42 | 0.73 | 0.05 | 25.62 | 0.88 | 0.6 |
| Hex | F3 | 8D | 41 | 0 | 2A | 49 | 5 | 1A | 58 | 3C |
| Octal | 363 | 215 | 101 | 0 | 52 | 111 | 5 | 32 | 130 | 74 |
| Binary | 11110011 | 10001101 | 1000001 | 0 | 101010 | 1001001 | 101 | 11010 | 1011000 | 111100 |
Color Harmonies of #F38D41
Complementary color
Monochromatic Colors of #F38D41
Black with #F38D41
Text Example
Text Example
White with #F38D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D41; }
p { color: rgb(243,141,65); }
H1.HeaderClassName
{
color: #F38D41;
}
.AnyTagClassName
{
color: #F38D41;
}
</style>
background-color css
<style>
a { background-color: #F38D41; }
a { background-color: rgb(243,141,65); }
div.DivClassName
{
background-color: #F38D41;
}
.BgClassName
{
background-color: #F38D41;
}
</style>
border-color css
<style>
span { border-color: #F38D41; }
span { border-color: rgb(243,141,65); }
td.TdClassName
{
border-color: #F38D41;
}
.TagClassName
{
border-color: #F38D41;
}
</style>