Shades of Sun #F38D3E
Tints of Sun #F38D3E
RGB
CMYK
RGB Variations
Color information
#F38D3E (or 0xF38D3E) is known color: Sun. HEX triplet: F3, 8D and 3E. RGB value is (243,141,62). Sum of RGB (Red+Green+Blue) = 243+141+62=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D3E is #0C72C1. Grayscale: #A2A2A2. Windows color (decimal): -815810 or 4099571. OLE color: 4099571.
HSL color Cylindrical-coordinate representation of color #F38D3E: hue angle of 26.19º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F38D3E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 62 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.05 |
| HSL | 26.19º | 0.88% | 0.6% | - |
| HSV(B) | 26.19º | 0.74% | 0.95% | - |
| XYZ | 47.36 | 38.45 | 9.48 | - |
| YUV | 162.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 62 | 0 | 0.42 | 0.74 | 0.05 | 26.19 | 0.88 | 0.6 |
| Hex | F3 | 8D | 3E | 0 | 2A | 4A | 5 | 1A | 58 | 3C |
| Octal | 363 | 215 | 76 | 0 | 52 | 112 | 5 | 32 | 130 | 74 |
| Binary | 11110011 | 10001101 | 111110 | 0 | 101010 | 1001010 | 101 | 11010 | 1011000 | 111100 |
Color Harmonies of #F38D3E
Complementary color
Monochromatic Colors of #F38D3E
Black with #F38D3E
Text Example
Text Example
White with #F38D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D3E; }
p { color: rgb(243,141,62); }
H1.HeaderClassName
{
color: #F38D3E;
}
.AnyTagClassName
{
color: #F38D3E;
}
</style>
background-color css
<style>
a { background-color: #F38D3E; }
a { background-color: rgb(243,141,62); }
div.DivClassName
{
background-color: #F38D3E;
}
.BgClassName
{
background-color: #F38D3E;
}
</style>
border-color css
<style>
span { border-color: #F38D3E; }
span { border-color: rgb(243,141,62); }
td.TdClassName
{
border-color: #F38D3E;
}
.TagClassName
{
border-color: #F38D3E;
}
</style>