Shades of Sun #F38B40
Tints of Sun #F38B40
RGB
CMYK
RGB Variations
Color information
#F38B40 (or 0xF38B40) is known color: Sun. HEX triplet: F3, 8B and 40. RGB value is (243,139,64). Sum of RGB (Red+Green+Blue) = 243+139+64=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38B40 is #0C74BF. Grayscale: #A1A1A1. Windows color (decimal): -816320 or 4230131. OLE color: 4230131.
HSL color Cylindrical-coordinate representation of color #F38B40: hue angle of 25.14º 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 #F38B40 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 64 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.05 |
| HSL | 25.14º | 0.88% | 0.6% | - |
| HSV(B) | 25.14º | 0.74% | 0.95% | - |
| XYZ | 47.12 | 37.89 | 9.68 | - |
| YUV | 161.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 64 | 0 | 0.43 | 0.74 | 0.05 | 25.14 | 0.88 | 0.6 |
| Hex | F3 | 8B | 40 | 0 | 2B | 4A | 5 | 19 | 58 | 3C |
| Octal | 363 | 213 | 100 | 0 | 53 | 112 | 5 | 31 | 130 | 74 |
| Binary | 11110011 | 10001011 | 1000000 | 0 | 101011 | 1001010 | 101 | 11001 | 1011000 | 111100 |
Color Harmonies of #F38B40
Complementary color
Monochromatic Colors of #F38B40
Black with #F38B40
Text Example
Text Example
White with #F38B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B40; }
p { color: rgb(243,139,64); }
H1.HeaderClassName
{
color: #F38B40;
}
.AnyTagClassName
{
color: #F38B40;
}
</style>
background-color css
<style>
a { background-color: #F38B40; }
a { background-color: rgb(243,139,64); }
div.DivClassName
{
background-color: #F38B40;
}
.BgClassName
{
background-color: #F38B40;
}
</style>
border-color css
<style>
span { border-color: #F38B40; }
span { border-color: rgb(243,139,64); }
td.TdClassName
{
border-color: #F38B40;
}
.TagClassName
{
border-color: #F38B40;
}
</style>