Shades of Sunset Orange #FA4B40
Tints of Sunset Orange #FA4B40
RGB
CMYK
RGB Variations
Color information
#FA4B40 (or 0xFA4B40) is known color: Sunset Orange. HEX triplet: FA, 4B and 40. RGB value is (250,75,64). Sum of RGB (Red+Green+Blue) = 250+75+64=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4B40 is #05B4BF. Grayscale: #7E7E7E. Windows color (decimal): -373952 or 4213754. OLE color: 4213754.
HSL color Cylindrical-coordinate representation of color #FA4B40: hue angle of 3.55º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4B40 is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 64 | - |
| CMYK | 0 | 0.7 | 0.74 | 0.02 |
| HSL | 3.55º | 0.95% | 0.62% | - |
| HSV(B) | 3.55º | 0.74% | 0.98% | - |
| XYZ | 42.87 | 25.73 | 7.56 | - |
| YUV | 126.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 64 | 0 | 0.7 | 0.74 | 0.02 | 3.55 | 0.95 | 0.62 |
| Hex | FA | 4B | 40 | 0 | 46 | 4A | 2 | 4 | 5F | 3E |
| Octal | 372 | 113 | 100 | 0 | 106 | 112 | 2 | 4 | 137 | 76 |
| Binary | 11111010 | 1001011 | 1000000 | 0 | 1000110 | 1001010 | 10 | 100 | 1011111 | 111110 |
Color Harmonies of #FA4B40
Complementary color
Monochromatic Colors of #FA4B40
Black with #FA4B40
Text Example
Text Example
White with #FA4B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4B40; }
p { color: rgb(250,75,64); }
H1.HeaderClassName
{
color: #FA4B40;
}
.AnyTagClassName
{
color: #FA4B40;
}
</style>
background-color css
<style>
a { background-color: #FA4B40; }
a { background-color: rgb(250,75,64); }
div.DivClassName
{
background-color: #FA4B40;
}
.BgClassName
{
background-color: #FA4B40;
}
</style>
border-color css
<style>
span { border-color: #FA4B40; }
span { border-color: rgb(250,75,64); }
td.TdClassName
{
border-color: #FA4B40;
}
.TagClassName
{
border-color: #FA4B40;
}
</style>