Shades of Sunset Orange #FA523C
Tints of Sunset Orange #FA523C
RGB
CMYK
RGB Variations
Color information
#FA523C (or 0xFA523C) is known color: Sunset Orange. HEX triplet: FA, 52 and 3C. RGB value is (250,82,60). Sum of RGB (Red+Green+Blue) = 250+82+60=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA523C is #05ADC3. Grayscale: #818181. Windows color (decimal): -372164 or 3953402. OLE color: 3953402.
HSL color Cylindrical-coordinate representation of color #FA523C: hue angle of 6.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA523C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 60 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.02 |
| HSL | 6.95º | 0.95% | 0.61% | - |
| HSV(B) | 6.95º | 0.76% | 0.98% | - |
| XYZ | 43.26 | 26.68 | 7.15 | - |
| YUV | 129.72 | 88.66 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 60 | 0 | 0.67 | 0.76 | 0.02 | 6.95 | 0.95 | 0.61 |
| Hex | FA | 52 | 3C | 0 | 43 | 4C | 2 | 7 | 5F | 3D |
| Octal | 372 | 122 | 74 | 0 | 103 | 114 | 2 | 7 | 137 | 75 |
| Binary | 11111010 | 1010010 | 111100 | 0 | 1000011 | 1001100 | 10 | 111 | 1011111 | 111101 |
Color Harmonies of #FA523C
Complementary color
Monochromatic Colors of #FA523C
Black with #FA523C
Text Example
Text Example
White with #FA523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA523C; }
p { color: rgb(250,82,60); }
H1.HeaderClassName
{
color: #FA523C;
}
.AnyTagClassName
{
color: #FA523C;
}
</style>
background-color css
<style>
a { background-color: #FA523C; }
a { background-color: rgb(250,82,60); }
div.DivClassName
{
background-color: #FA523C;
}
.BgClassName
{
background-color: #FA523C;
}
</style>
border-color css
<style>
span { border-color: #FA523C; }
span { border-color: rgb(250,82,60); }
td.TdClassName
{
border-color: #FA523C;
}
.TagClassName
{
border-color: #FA523C;
}
</style>