Shades of Sun #F3862D
Tints of Sun #F3862D
RGB
CMYK
RGB Variations
Color information
#F3862D (or 0xF3862D) is known color: Sun. HEX triplet: F3, 86 and 2D. RGB value is (243,134,45). Sum of RGB (Red+Green+Blue) = 243+134+45=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3862D is #0C79D2. Grayscale: #9C9C9C. Windows color (decimal): -817619 or 2983667. OLE color: 2983667.
HSL color Cylindrical-coordinate representation of color #F3862D: hue angle of 26.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3862D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 45 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.05 |
| HSL | 26.97º | 0.89% | 0.56% | - |
| HSV(B) | 26.97º | 0.81% | 0.95% | - |
| XYZ | 45.96 | 36.29 | 7.07 | - |
| YUV | 156.45 | 65.11 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 45 | 0 | 0.45 | 0.81 | 0.05 | 26.97 | 0.89 | 0.56 |
| Hex | F3 | 86 | 2D | 0 | 2D | 51 | 5 | 1B | 59 | 38 |
| Octal | 363 | 206 | 55 | 0 | 55 | 121 | 5 | 33 | 131 | 70 |
| Binary | 11110011 | 10000110 | 101101 | 0 | 101101 | 1010001 | 101 | 11011 | 1011001 | 111000 |
Color Harmonies of #F3862D
Complementary color
Monochromatic Colors of #F3862D
Black with #F3862D
Text Example
Text Example
White with #F3862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3862D; }
p { color: rgb(243,134,45); }
H1.HeaderClassName
{
color: #F3862D;
}
.AnyTagClassName
{
color: #F3862D;
}
</style>
background-color css
<style>
a { background-color: #F3862D; }
a { background-color: rgb(243,134,45); }
div.DivClassName
{
background-color: #F3862D;
}
.BgClassName
{
background-color: #F3862D;
}
</style>
border-color css
<style>
span { border-color: #F3862D; }
span { border-color: rgb(243,134,45); }
td.TdClassName
{
border-color: #F3862D;
}
.TagClassName
{
border-color: #F3862D;
}
</style>