Shades of Sunset Orange #FA4A36
Tints of Sunset Orange #FA4A36
RGB
CMYK
RGB Variations
Color information
#FA4A36 (or 0xFA4A36) is known color: Sunset Orange. HEX triplet: FA, 4A and 36. RGB value is (250,74,54). Sum of RGB (Red+Green+Blue) = 250+74+54=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A36 is #05B5C9. Grayscale: #7C7C7C. Windows color (decimal): -374218 or 3558138. OLE color: 3558138.
HSL color Cylindrical-coordinate representation of color #FA4A36: hue angle of 6.12º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA4A36 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 54 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.02 |
| HSL | 6.12º | 0.95% | 0.6% | - |
| HSV(B) | 6.12º | 0.78% | 0.98% | - |
| XYZ | 42.54 | 25.49 | 6.17 | - |
| YUV | 124.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 54 | 0 | 0.70 | 0.78 | 0.02 | 6.12 | 0.95 | 0.6 |
| Hex | FA | 4A | 36 | 0 | 46 | 4E | 2 | 6 | 5F | 3C |
| Octal | 372 | 112 | 66 | 0 | 106 | 116 | 2 | 6 | 137 | 74 |
| Binary | 11111010 | 1001010 | 110110 | 0 | 1000110 | 1001110 | 10 | 110 | 1011111 | 111100 |
Color Harmonies of #FA4A36
Complementary color
Monochromatic Colors of #FA4A36
Black with #FA4A36
Text Example
Text Example
White with #FA4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A36; }
p { color: rgb(250,74,54); }
H1.HeaderClassName
{
color: #FA4A36;
}
.AnyTagClassName
{
color: #FA4A36;
}
</style>
background-color css
<style>
a { background-color: #FA4A36; }
a { background-color: rgb(250,74,54); }
div.DivClassName
{
background-color: #FA4A36;
}
.BgClassName
{
background-color: #FA4A36;
}
</style>
border-color css
<style>
span { border-color: #FA4A36; }
span { border-color: rgb(250,74,54); }
td.TdClassName
{
border-color: #FA4A36;
}
.TagClassName
{
border-color: #FA4A36;
}
</style>