Shades of Red Orange #F94528
Tints of Red Orange #F94528
RGB
CMYK
RGB Variations
Color information
#F94528 (or 0xF94528) is known color: Red Orange. HEX triplet: F9, 45 and 28. RGB value is (249,69,40). Sum of RGB (Red+Green+Blue) = 249+69+40=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F94528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94528 is #06BAD7. Grayscale: #777777. Windows color (decimal): -441048 or 2639353. OLE color: 2639353.
HSL color Cylindrical-coordinate representation of color #F94528: hue angle of 8.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F94528 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 40 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.02 |
| HSL | 8.33º | 0.95% | 0.57% | - |
| HSV(B) | 8.33º | 0.84% | 0.98% | - |
| XYZ | 41.58 | 24.55 | 4.55 | - |
| YUV | 119.51 | 83.13 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 40 | 0 | 0.72 | 0.84 | 0.02 | 8.33 | 0.95 | 0.57 |
| Hex | F9 | 45 | 28 | 0 | 48 | 54 | 2 | 8 | 5F | 39 |
| Octal | 371 | 105 | 50 | 0 | 110 | 124 | 2 | 10 | 137 | 71 |
| Binary | 11111001 | 1000101 | 101000 | 0 | 1001000 | 1010100 | 10 | 1000 | 1011111 | 111001 |
Color Harmonies of #F94528
Complementary color
Monochromatic Colors of #F94528
Black with #F94528
Text Example
Text Example
White with #F94528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94528; }
p { color: rgb(249,69,40); }
H1.HeaderClassName
{
color: #F94528;
}
.AnyTagClassName
{
color: #F94528;
}
</style>
background-color css
<style>
a { background-color: #F94528; }
a { background-color: rgb(249,69,40); }
div.DivClassName
{
background-color: #F94528;
}
.BgClassName
{
background-color: #F94528;
}
</style>
border-color css
<style>
span { border-color: #F94528; }
span { border-color: rgb(249,69,40); }
td.TdClassName
{
border-color: #F94528;
}
.TagClassName
{
border-color: #F94528;
}
</style>