Shades of Sunset Orange #F3483C
Tints of Sunset Orange #F3483C
RGB
CMYK
RGB Variations
Color information
#F3483C (or 0xF3483C) is known color: Sunset Orange. HEX triplet: F3, 48 and 3C. RGB value is (243,72,60). Sum of RGB (Red+Green+Blue) = 243+72+60=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3483C is #0CB7C3. Grayscale: #797979. Windows color (decimal): -833476 or 3950835. OLE color: 3950835.
HSL color Cylindrical-coordinate representation of color #F3483C: hue angle of 3.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3483C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 60 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.05 |
| HSL | 3.93º | 0.88% | 0.59% | - |
| HSV(B) | 3.93º | 0.75% | 0.95% | - |
| XYZ | 40.1 | 24.02 | 6.8 | - |
| YUV | 121.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 60 | 0 | 0.70 | 0.75 | 0.05 | 3.93 | 0.88 | 0.59 |
| Hex | F3 | 48 | 3C | 0 | 46 | 4B | 5 | 4 | 58 | 3B |
| Octal | 363 | 110 | 74 | 0 | 106 | 113 | 5 | 4 | 130 | 73 |
| Binary | 11110011 | 1001000 | 111100 | 0 | 1000110 | 1001011 | 101 | 100 | 1011000 | 111011 |
Color Harmonies of #F3483C
Complementary color
Monochromatic Colors of #F3483C
Black with #F3483C
Text Example
Text Example
White with #F3483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3483C; }
p { color: rgb(243,72,60); }
H1.HeaderClassName
{
color: #F3483C;
}
.AnyTagClassName
{
color: #F3483C;
}
</style>
background-color css
<style>
a { background-color: #F3483C; }
a { background-color: rgb(243,72,60); }
div.DivClassName
{
background-color: #F3483C;
}
.BgClassName
{
background-color: #F3483C;
}
</style>
border-color css
<style>
span { border-color: #F3483C; }
span { border-color: rgb(243,72,60); }
td.TdClassName
{
border-color: #F3483C;
}
.TagClassName
{
border-color: #F3483C;
}
</style>