Shades of Outrageous Orange #FA552B
Tints of Outrageous Orange #FA552B
RGB
CMYK
RGB Variations
Color information
#FA552B (or 0xFA552B) is known color: Outrageous Orange. HEX triplet: FA, 55 and 2B. RGB value is (250,85,43). Sum of RGB (Red+Green+Blue) = 250+85+43=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA552B is #05AAD4. Grayscale: #818181. Windows color (decimal): -371413 or 2840058. OLE color: 2840058.
HSL color Cylindrical-coordinate representation of color #FA552B: hue angle of 12.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA552B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 43 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.02 |
| HSL | 12.17º | 0.95% | 0.57% | - |
| HSV(B) | 12.17º | 0.83% | 0.98% | - |
| XYZ | 43.11 | 27 | 5.22 | - |
| YUV | 129.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 43 | 0 | 0.66 | 0.83 | 0.02 | 12.17 | 0.95 | 0.57 |
| Hex | FA | 55 | 2B | 0 | 42 | 53 | 2 | C | 5F | 39 |
| Octal | 372 | 125 | 53 | 0 | 102 | 123 | 2 | 14 | 137 | 71 |
| Binary | 11111010 | 1010101 | 101011 | 0 | 1000010 | 1010011 | 10 | 1100 | 1011111 | 111001 |
Color Harmonies of #FA552B
Complementary color
Monochromatic Colors of #FA552B
Black with #FA552B
Text Example
Text Example
White with #FA552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA552B; }
p { color: rgb(250,85,43); }
H1.HeaderClassName
{
color: #FA552B;
}
.AnyTagClassName
{
color: #FA552B;
}
</style>
background-color css
<style>
a { background-color: #FA552B; }
a { background-color: rgb(250,85,43); }
div.DivClassName
{
background-color: #FA552B;
}
.BgClassName
{
background-color: #FA552B;
}
</style>
border-color css
<style>
span { border-color: #FA552B; }
span { border-color: rgb(250,85,43); }
td.TdClassName
{
border-color: #FA552B;
}
.TagClassName
{
border-color: #FA552B;
}
</style>