Shades of Sun #F38B3F
Tints of Sun #F38B3F
RGB
CMYK
RGB Variations
Color information
#F38B3F (or 0xF38B3F) is known color: Sun. HEX triplet: F3, 8B and 3F. RGB value is (243,139,63). Sum of RGB (Red+Green+Blue) = 243+139+63=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38B3F is #0C74C0. Grayscale: #A1A1A1. Windows color (decimal): -816321 or 4164595. OLE color: 4164595.
HSL color Cylindrical-coordinate representation of color #F38B3F: hue angle of 25.33º 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 #F38B3F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 63 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.05 |
| HSL | 25.33º | 0.88% | 0.6% | - |
| HSV(B) | 25.33º | 0.74% | 0.95% | - |
| XYZ | 47.09 | 37.88 | 9.53 | - |
| YUV | 161.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 63 | 0 | 0.43 | 0.74 | 0.05 | 25.33 | 0.88 | 0.6 |
| Hex | F3 | 8B | 3F | 0 | 2B | 4A | 5 | 19 | 58 | 3C |
| Octal | 363 | 213 | 77 | 0 | 53 | 112 | 5 | 31 | 130 | 74 |
| Binary | 11110011 | 10001011 | 111111 | 0 | 101011 | 1001010 | 101 | 11001 | 1011000 | 111100 |
Color Harmonies of #F38B3F
Complementary color
Monochromatic Colors of #F38B3F
Black with #F38B3F
Text Example
Text Example
White with #F38B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38B3F; }
p { color: rgb(243,139,63); }
H1.HeaderClassName
{
color: #F38B3F;
}
.AnyTagClassName
{
color: #F38B3F;
}
</style>
background-color css
<style>
a { background-color: #F38B3F; }
a { background-color: rgb(243,139,63); }
div.DivClassName
{
background-color: #F38B3F;
}
.BgClassName
{
background-color: #F38B3F;
}
</style>
border-color css
<style>
span { border-color: #F38B3F; }
span { border-color: rgb(243,139,63); }
td.TdClassName
{
border-color: #F38B3F;
}
.TagClassName
{
border-color: #F38B3F;
}
</style>