Shades of Sunset Orange #FA5343
Tints of Sunset Orange #FA5343
RGB
CMYK
RGB Variations
Color information
#FA5343 (or 0xFA5343) is known color: Sunset Orange. HEX triplet: FA, 53 and 43. RGB value is (250,83,67). Sum of RGB (Red+Green+Blue) = 250+83+67=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5343 is #05ACBC. Grayscale: #838383. Windows color (decimal): -371901 or 4412410. OLE color: 4412410.
HSL color Cylindrical-coordinate representation of color #FA5343: hue angle of 5.25º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA5343 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 67 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.02 |
| HSL | 5.25º | 0.95% | 0.62% | - |
| HSV(B) | 5.25º | 0.73% | 0.98% | - |
| XYZ | 43.53 | 26.92 | 8.21 | - |
| YUV | 131.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 67 | 0 | 0.67 | 0.73 | 0.02 | 5.25 | 0.95 | 0.62 |
| Hex | FA | 53 | 43 | 0 | 43 | 49 | 2 | 5 | 5F | 3E |
| Octal | 372 | 123 | 103 | 0 | 103 | 111 | 2 | 5 | 137 | 76 |
| Binary | 11111010 | 1010011 | 1000011 | 0 | 1000011 | 1001001 | 10 | 101 | 1011111 | 111110 |
Color Harmonies of #FA5343
Complementary color
Monochromatic Colors of #FA5343
Black with #FA5343
Text Example
Text Example
White with #FA5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5343; }
p { color: rgb(250,83,67); }
H1.HeaderClassName
{
color: #FA5343;
}
.AnyTagClassName
{
color: #FA5343;
}
</style>
background-color css
<style>
a { background-color: #FA5343; }
a { background-color: rgb(250,83,67); }
div.DivClassName
{
background-color: #FA5343;
}
.BgClassName
{
background-color: #FA5343;
}
</style>
border-color css
<style>
span { border-color: #FA5343; }
span { border-color: rgb(250,83,67); }
td.TdClassName
{
border-color: #FA5343;
}
.TagClassName
{
border-color: #FA5343;
}
</style>