Shades of Sun #F3822D
Tints of Sun #F3822D
RGB
CMYK
RGB Variations
Color information
#F3822D (or 0xF3822D) is known color: Sun. HEX triplet: F3, 82 and 2D. RGB value is (243,130,45). Sum of RGB (Red+Green+Blue) = 243+130+45=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3822D is #0C7DD2. Grayscale: #9A9A9A. Windows color (decimal): -818643 or 2982643. OLE color: 2982643.
HSL color Cylindrical-coordinate representation of color #F3822D: hue angle of 25.76º 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 #F3822D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.05 |
| HSL | 25.76º | 0.89% | 0.56% | - |
| HSV(B) | 25.76º | 0.81% | 0.95% | - |
| XYZ | 45.42 | 35.21 | 6.88 | - |
| YUV | 154.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 45 | 0 | 0.47 | 0.81 | 0.05 | 25.76 | 0.89 | 0.56 |
| Hex | F3 | 82 | 2D | 0 | 2F | 51 | 5 | 1A | 59 | 38 |
| Octal | 363 | 202 | 55 | 0 | 57 | 121 | 5 | 32 | 131 | 70 |
| Binary | 11110011 | 10000010 | 101101 | 0 | 101111 | 1010001 | 101 | 11010 | 1011001 | 111000 |
Color Harmonies of #F3822D
Complementary color
Monochromatic Colors of #F3822D
Black with #F3822D
Text Example
Text Example
White with #F3822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3822D; }
p { color: rgb(243,130,45); }
H1.HeaderClassName
{
color: #F3822D;
}
.AnyTagClassName
{
color: #F3822D;
}
</style>
background-color css
<style>
a { background-color: #F3822D; }
a { background-color: rgb(243,130,45); }
div.DivClassName
{
background-color: #F3822D;
}
.BgClassName
{
background-color: #F3822D;
}
</style>
border-color css
<style>
span { border-color: #F3822D; }
span { border-color: rgb(243,130,45); }
td.TdClassName
{
border-color: #F3822D;
}
.TagClassName
{
border-color: #F3822D;
}
</style>