Shades of Red Orange #FA4233
Tints of Red Orange #FA4233
RGB
CMYK
RGB Variations
Color information
#FA4233 (or 0xFA4233) is known color: Red Orange. HEX triplet: FA, 42 and 33. RGB value is (250,66,51). Sum of RGB (Red+Green+Blue) = 250+66+51=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4233 is #05BDCC. Grayscale: #777777. Windows color (decimal): -376269 or 3359482. OLE color: 3359482.
HSL color Cylindrical-coordinate representation of color #FA4233: hue angle of 4.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4233 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 51 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.02 |
| HSL | 4.52º | 0.95% | 0.59% | - |
| HSV(B) | 4.52º | 0.8% | 0.98% | - |
| XYZ | 41.97 | 24.46 | 5.64 | - |
| YUV | 119.31 | 89.46 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 51 | 0 | 0.74 | 0.80 | 0.02 | 4.52 | 0.95 | 0.59 |
| Hex | FA | 42 | 33 | 0 | 4A | 50 | 2 | 5 | 5F | 3B |
| Octal | 372 | 102 | 63 | 0 | 112 | 120 | 2 | 5 | 137 | 73 |
| Binary | 11111010 | 1000010 | 110011 | 0 | 1001010 | 1010000 | 10 | 101 | 1011111 | 111011 |
Color Harmonies of #FA4233
Complementary color
Monochromatic Colors of #FA4233
Black with #FA4233
Text Example
Text Example
White with #FA4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4233; }
p { color: rgb(250,66,51); }
H1.HeaderClassName
{
color: #FA4233;
}
.AnyTagClassName
{
color: #FA4233;
}
</style>
background-color css
<style>
a { background-color: #FA4233; }
a { background-color: rgb(250,66,51); }
div.DivClassName
{
background-color: #FA4233;
}
.BgClassName
{
background-color: #FA4233;
}
</style>
border-color css
<style>
span { border-color: #FA4233; }
span { border-color: rgb(250,66,51); }
td.TdClassName
{
border-color: #FA4233;
}
.TagClassName
{
border-color: #FA4233;
}
</style>