Shades of Sun #F3852F
Tints of Sun #F3852F
RGB
CMYK
RGB Variations
Color information
#F3852F (or 0xF3852F) is known color: Sun. HEX triplet: F3, 85 and 2F. RGB value is (243,133,47). Sum of RGB (Red+Green+Blue) = 243+133+47=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3852F is #0C7AD0. Grayscale: #9C9C9C. Windows color (decimal): -817873 or 3114483. OLE color: 3114483.
HSL color Cylindrical-coordinate representation of color #F3852F: hue angle of 26.33º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3852F is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 47 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.05 |
| HSL | 26.33º | 0.89% | 0.57% | - |
| HSV(B) | 26.33º | 0.81% | 0.95% | - |
| XYZ | 45.86 | 36.03 | 7.23 | - |
| YUV | 156.09 | 66.44 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 47 | 0 | 0.45 | 0.81 | 0.05 | 26.33 | 0.89 | 0.57 |
| Hex | F3 | 85 | 2F | 0 | 2D | 51 | 5 | 1A | 59 | 39 |
| Octal | 363 | 205 | 57 | 0 | 55 | 121 | 5 | 32 | 131 | 71 |
| Binary | 11110011 | 10000101 | 101111 | 0 | 101101 | 1010001 | 101 | 11010 | 1011001 | 111001 |
Color Harmonies of #F3852F
Complementary color
Monochromatic Colors of #F3852F
Black with #F3852F
Text Example
Text Example
White with #F3852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3852F; }
p { color: rgb(243,133,47); }
H1.HeaderClassName
{
color: #F3852F;
}
.AnyTagClassName
{
color: #F3852F;
}
</style>
background-color css
<style>
a { background-color: #F3852F; }
a { background-color: rgb(243,133,47); }
div.DivClassName
{
background-color: #F3852F;
}
.BgClassName
{
background-color: #F3852F;
}
</style>
border-color css
<style>
span { border-color: #F3852F; }
span { border-color: rgb(243,133,47); }
td.TdClassName
{
border-color: #F3852F;
}
.TagClassName
{
border-color: #F3852F;
}
</style>