Shades of Sunset Orange #F3483F
Tints of Sunset Orange #F3483F
RGB
CMYK
RGB Variations
Color information
#F3483F (or 0xF3483F) is known color: Sunset Orange. HEX triplet: F3, 48 and 3F. RGB value is (243,72,63). Sum of RGB (Red+Green+Blue) = 243+72+63=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F3483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3483F is #0CB7C0. Grayscale: #7A7A7A. Windows color (decimal): -833473 or 4147443. OLE color: 4147443.
HSL color Cylindrical-coordinate representation of color #F3483F: hue angle of 3º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3483F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 63 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.05 |
| HSL | 3º | 0.88% | 0.6% | - |
| HSV(B) | 3º | 0.74% | 0.95% | - |
| XYZ | 40.18 | 24.05 | 7.23 | - |
| YUV | 122.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 63 | 0 | 0.70 | 0.74 | 0.05 | 3 | 0.88 | 0.6 |
| Hex | F3 | 48 | 3F | 0 | 46 | 4A | 5 | 3 | 58 | 3C |
| Octal | 363 | 110 | 77 | 0 | 106 | 112 | 5 | 3 | 130 | 74 |
| Binary | 11110011 | 1001000 | 111111 | 0 | 1000110 | 1001010 | 101 | 11 | 1011000 | 111100 |
Color Harmonies of #F3483F
Complementary color
Monochromatic Colors of #F3483F
Black with #F3483F
Text Example
Text Example
White with #F3483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3483F; }
p { color: rgb(243,72,63); }
H1.HeaderClassName
{
color: #F3483F;
}
.AnyTagClassName
{
color: #F3483F;
}
</style>
background-color css
<style>
a { background-color: #F3483F; }
a { background-color: rgb(243,72,63); }
div.DivClassName
{
background-color: #F3483F;
}
.BgClassName
{
background-color: #F3483F;
}
</style>
border-color css
<style>
span { border-color: #F3483F; }
span { border-color: rgb(243,72,63); }
td.TdClassName
{
border-color: #F3483F;
}
.TagClassName
{
border-color: #F3483F;
}
</style>