Shades of Sun #F3802D
Tints of Sun #F3802D
RGB
CMYK
RGB Variations
Color information
#F3802D (or 0xF3802D) is known color: Sun. HEX triplet: F3, 80 and 2D. RGB value is (243,128,45). Sum of RGB (Red+Green+Blue) = 243+128+45=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3802D is #0C7FD2. Grayscale: #999999. Windows color (decimal): -819155 or 2982131. OLE color: 2982131.
HSL color Cylindrical-coordinate representation of color #F3802D: hue angle of 25.15º 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 #F3802D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.05 |
| HSL | 25.15º | 0.89% | 0.56% | - |
| HSV(B) | 25.15º | 0.81% | 0.95% | - |
| XYZ | 45.15 | 34.68 | 6.8 | - |
| YUV | 152.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 45 | 0 | 0.47 | 0.81 | 0.05 | 25.15 | 0.89 | 0.56 |
| Hex | F3 | 80 | 2D | 0 | 2F | 51 | 5 | 19 | 59 | 38 |
| Octal | 363 | 200 | 55 | 0 | 57 | 121 | 5 | 31 | 131 | 70 |
| Binary | 11110011 | 10000000 | 101101 | 0 | 101111 | 1010001 | 101 | 11001 | 1011001 | 111000 |
Color Harmonies of #F3802D
Complementary color
Monochromatic Colors of #F3802D
Black with #F3802D
Text Example
Text Example
White with #F3802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3802D; }
p { color: rgb(243,128,45); }
H1.HeaderClassName
{
color: #F3802D;
}
.AnyTagClassName
{
color: #F3802D;
}
</style>
background-color css
<style>
a { background-color: #F3802D; }
a { background-color: rgb(243,128,45); }
div.DivClassName
{
background-color: #F3802D;
}
.BgClassName
{
background-color: #F3802D;
}
</style>
border-color css
<style>
span { border-color: #F3802D; }
span { border-color: rgb(243,128,45); }
td.TdClassName
{
border-color: #F3802D;
}
.TagClassName
{
border-color: #F3802D;
}
</style>