Shades of Sun #F3822F
Tints of Sun #F3822F
RGB
CMYK
RGB Variations
Color information
#F3822F (or 0xF3822F) is known color: Sun. HEX triplet: F3, 82 and 2F. RGB value is (243,130,47). Sum of RGB (Red+Green+Blue) = 243+130+47=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F3822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3822F is #0C7DD0. Grayscale: #9A9A9A. Windows color (decimal): -818641 or 3113715. OLE color: 3113715.
HSL color Cylindrical-coordinate representation of color #F3822F: hue angle of 25.41º 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 #F3822F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.05 |
| HSL | 25.41º | 0.89% | 0.57% | - |
| HSV(B) | 25.41º | 0.81% | 0.95% | - |
| XYZ | 45.46 | 35.23 | 7.09 | - |
| YUV | 154.33 | 67.44 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 47 | 0 | 0.47 | 0.81 | 0.05 | 25.41 | 0.89 | 0.57 |
| Hex | F3 | 82 | 2F | 0 | 2F | 51 | 5 | 19 | 59 | 39 |
| Octal | 363 | 202 | 57 | 0 | 57 | 121 | 5 | 31 | 131 | 71 |
| Binary | 11110011 | 10000010 | 101111 | 0 | 101111 | 1010001 | 101 | 11001 | 1011001 | 111001 |
Color Harmonies of #F3822F
Complementary color
Monochromatic Colors of #F3822F
Black with #F3822F
Text Example
Text Example
White with #F3822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3822F; }
p { color: rgb(243,130,47); }
H1.HeaderClassName
{
color: #F3822F;
}
.AnyTagClassName
{
color: #F3822F;
}
</style>
background-color css
<style>
a { background-color: #F3822F; }
a { background-color: rgb(243,130,47); }
div.DivClassName
{
background-color: #F3822F;
}
.BgClassName
{
background-color: #F3822F;
}
</style>
border-color css
<style>
span { border-color: #F3822F; }
span { border-color: rgb(243,130,47); }
td.TdClassName
{
border-color: #F3822F;
}
.TagClassName
{
border-color: #F3822F;
}
</style>