Shades of Sun #F38B3E
Tints of Sun #F38B3E
RGB
CMYK
RGB Variations
Color information
#F38B3E (or 0xF38B3E) is known color: Sun. HEX triplet: F3, 8B and 3E. RGB value is (243,139,62). Sum of RGB (Red+Green+Blue) = 243+139+62=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38B3E is #0C74C1. Grayscale: #A1A1A1. Windows color (decimal): -816322 or 4099059. OLE color: 4099059.
HSL color Cylindrical-coordinate representation of color #F38B3E: hue angle of 25.52º 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 #F38B3E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 62 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.05 |
| HSL | 25.52º | 0.88% | 0.6% | - |
| HSV(B) | 25.52º | 0.74% | 0.95% | - |
| XYZ | 47.06 | 37.87 | 9.39 | - |
| YUV | 161.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 62 | 0 | 0.43 | 0.74 | 0.05 | 25.52 | 0.88 | 0.6 |
| Hex | F3 | 8B | 3E | 0 | 2B | 4A | 5 | 1A | 58 | 3C |
| Octal | 363 | 213 | 76 | 0 | 53 | 112 | 5 | 32 | 130 | 74 |
| Binary | 11110011 | 10001011 | 111110 | 0 | 101011 | 1001010 | 101 | 11010 | 1011000 | 111100 |
Color Harmonies of #F38B3E
Complementary color
Monochromatic Colors of #F38B3E
Black with #F38B3E
Text Example
Text Example
White with #F38B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B3E; }
p { color: rgb(243,139,62); }
H1.HeaderClassName
{
color: #F38B3E;
}
.AnyTagClassName
{
color: #F38B3E;
}
</style>
background-color css
<style>
a { background-color: #F38B3E; }
a { background-color: rgb(243,139,62); }
div.DivClassName
{
background-color: #F38B3E;
}
.BgClassName
{
background-color: #F38B3E;
}
</style>
border-color css
<style>
span { border-color: #F38B3E; }
span { border-color: rgb(243,139,62); }
td.TdClassName
{
border-color: #F38B3E;
}
.TagClassName
{
border-color: #F38B3E;
}
</style>