Shades of Sunset Orange #FA534C
Tints of Sunset Orange #FA534C
RGB
CMYK
RGB Variations
Color information
#FA534C (or 0xFA534C) is known color: Sunset Orange. HEX triplet: FA, 53 and 4C. RGB value is (250,83,76). Sum of RGB (Red+Green+Blue) = 250+83+76=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA534C is #05ACB3. Grayscale: #848484. Windows color (decimal): -371892 or 5002234. OLE color: 5002234.
HSL color Cylindrical-coordinate representation of color #FA534C: hue angle of 2.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA534C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 76 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.02 |
| HSL | 2.41º | 0.95% | 0.64% | - |
| HSV(B) | 2.41º | 0.7% | 0.98% | - |
| XYZ | 43.82 | 27.03 | 9.75 | - |
| YUV | 132.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 76 | 0 | 0.67 | 0.70 | 0.02 | 2.41 | 0.95 | 0.64 |
| Hex | FA | 53 | 4C | 0 | 43 | 46 | 2 | 2 | 5F | 40 |
| Octal | 372 | 123 | 114 | 0 | 103 | 106 | 2 | 2 | 137 | 100 |
| Binary | 11111010 | 1010011 | 1001100 | 0 | 1000011 | 1000110 | 10 | 10 | 1011111 | 1000000 |
Color Harmonies of #FA534C
Complementary color
Monochromatic Colors of #FA534C
Black with #FA534C
Text Example
Text Example
White with #FA534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA534C; }
p { color: rgb(250,83,76); }
H1.HeaderClassName
{
color: #FA534C;
}
.AnyTagClassName
{
color: #FA534C;
}
</style>
background-color css
<style>
a { background-color: #FA534C; }
a { background-color: rgb(250,83,76); }
div.DivClassName
{
background-color: #FA534C;
}
.BgClassName
{
background-color: #FA534C;
}
</style>
border-color css
<style>
span { border-color: #FA534C; }
span { border-color: rgb(250,83,76); }
td.TdClassName
{
border-color: #FA534C;
}
.TagClassName
{
border-color: #FA534C;
}
</style>