Shades of Sun #F3802F
Tints of Sun #F3802F
RGB
CMYK
RGB Variations
Color information
#F3802F (or 0xF3802F) is known color: Sun. HEX triplet: F3, 80 and 2F. RGB value is (243,128,47). Sum of RGB (Red+Green+Blue) = 243+128+47=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3802F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3802F is #0C7FD0. Grayscale: #999999. Windows color (decimal): -819153 or 3113203. OLE color: 3113203.
HSL color Cylindrical-coordinate representation of color #F3802F: hue angle of 24.8º 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 #F3802F is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 47 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.05 |
| HSL | 24.8º | 0.89% | 0.57% | - |
| HSV(B) | 24.8º | 0.81% | 0.95% | - |
| XYZ | 45.19 | 34.7 | 7 | - |
| YUV | 153.15 | 68.1 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 47 | 0 | 0.47 | 0.81 | 0.05 | 24.8 | 0.89 | 0.57 |
| Hex | F3 | 80 | 2F | 0 | 2F | 51 | 5 | 19 | 59 | 39 |
| Octal | 363 | 200 | 57 | 0 | 57 | 121 | 5 | 31 | 131 | 71 |
| Binary | 11110011 | 10000000 | 101111 | 0 | 101111 | 1010001 | 101 | 11001 | 1011001 | 111001 |
Color Harmonies of #F3802F
Complementary color
Monochromatic Colors of #F3802F
Black with #F3802F
Text Example
Text Example
White with #F3802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3802F; }
p { color: rgb(243,128,47); }
H1.HeaderClassName
{
color: #F3802F;
}
.AnyTagClassName
{
color: #F3802F;
}
</style>
background-color css
<style>
a { background-color: #F3802F; }
a { background-color: rgb(243,128,47); }
div.DivClassName
{
background-color: #F3802F;
}
.BgClassName
{
background-color: #F3802F;
}
</style>
border-color css
<style>
span { border-color: #F3802F; }
span { border-color: rgb(243,128,47); }
td.TdClassName
{
border-color: #F3802F;
}
.TagClassName
{
border-color: #F3802F;
}
</style>