Shades of Sun #F3822C
Tints of Sun #F3822C
RGB
CMYK
RGB Variations
Color information
#F3822C (or 0xF3822C) is known color: Sun. HEX triplet: F3, 82 and 2C. RGB value is (243,130,44). Sum of RGB (Red+Green+Blue) = 243+130+44=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3822C is #0C7DD3. Grayscale: #9A9A9A. Windows color (decimal): -818644 or 2917107. OLE color: 2917107.
HSL color Cylindrical-coordinate representation of color #F3822C: hue angle of 25.93º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3822C is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 44 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.05 |
| HSL | 25.93º | 0.89% | 0.56% | - |
| HSV(B) | 25.93º | 0.82% | 0.95% | - |
| XYZ | 45.4 | 35.2 | 6.78 | - |
| YUV | 153.98 | 65.94 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 44 | 0 | 0.47 | 0.82 | 0.05 | 25.93 | 0.89 | 0.56 |
| Hex | F3 | 82 | 2C | 0 | 2F | 52 | 5 | 1A | 59 | 38 |
| Octal | 363 | 202 | 54 | 0 | 57 | 122 | 5 | 32 | 131 | 70 |
| Binary | 11110011 | 10000010 | 101100 | 0 | 101111 | 1010010 | 101 | 11010 | 1011001 | 111000 |
Color Harmonies of #F3822C
Complementary color
Monochromatic Colors of #F3822C
Black with #F3822C
Text Example
Text Example
White with #F3822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3822C; }
p { color: rgb(243,130,44); }
H1.HeaderClassName
{
color: #F3822C;
}
.AnyTagClassName
{
color: #F3822C;
}
</style>
background-color css
<style>
a { background-color: #F3822C; }
a { background-color: rgb(243,130,44); }
div.DivClassName
{
background-color: #F3822C;
}
.BgClassName
{
background-color: #F3822C;
}
</style>
border-color css
<style>
span { border-color: #F3822C; }
span { border-color: rgb(243,130,44); }
td.TdClassName
{
border-color: #F3822C;
}
.TagClassName
{
border-color: #F3822C;
}
</style>