Shades of Sunset Orange #F35353
Tints of Sunset Orange #F35353
RGB
CMYK
RGB Variations
Color information
#F35353 (or 0xF35353) is known color: Sunset Orange. HEX triplet: F3, 53 and 53. RGB value is (243,83,83). Sum of RGB (Red+Green+Blue) = 243+83+83=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F35353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35353 is #0CACAC. Grayscale: #838383. Windows color (decimal): -830637 or 5460979. OLE color: 5460979.
HSL color Cylindrical-coordinate representation of color #F35353: hue angle of 0º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F35353 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 83 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.05 |
| HSL | 0º | 0.87% | 0.64% | - |
| HSV(B) | 0º | 0.66% | 0.95% | - |
| XYZ | 41.62 | 25.87 | 10.98 | - |
| YUV | 130.84 | 101.01 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 83 | 0 | 0.66 | 0.66 | 0.05 | 0 | 0.87 | 0.64 |
| Hex | F3 | 53 | 53 | 0 | 42 | 42 | 5 | 0 | 57 | 40 |
| Octal | 363 | 123 | 123 | 0 | 102 | 102 | 5 | 0 | 127 | 100 |
| Binary | 11110011 | 1010011 | 1010011 | 0 | 1000010 | 1000010 | 101 | 0 | 1010111 | 1000000 |
Color Harmonies of #F35353
Complementary color
Monochromatic Colors of #F35353
Black with #F35353
Text Example
Text Example
White with #F35353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35353; }
p { color: rgb(243,83,83); }
H1.HeaderClassName
{
color: #F35353;
}
.AnyTagClassName
{
color: #F35353;
}
</style>
background-color css
<style>
a { background-color: #F35353; }
a { background-color: rgb(243,83,83); }
div.DivClassName
{
background-color: #F35353;
}
.BgClassName
{
background-color: #F35353;
}
</style>
border-color css
<style>
span { border-color: #F35353; }
span { border-color: rgb(243,83,83); }
td.TdClassName
{
border-color: #F35353;
}
.TagClassName
{
border-color: #F35353;
}
</style>