Shades of Sunset Orange #F25545
Tints of Sunset Orange #F25545
RGB
CMYK
RGB Variations
Color information
#F25545 (or 0xF25545) is known color: Sunset Orange. HEX triplet: F2, 55 and 45. RGB value is (242,85,69). Sum of RGB (Red+Green+Blue) = 242+85+69=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F25545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25545 is #0DAABA. Grayscale: #828282. Windows color (decimal): -895675 or 4543986. OLE color: 4543986.
HSL color Cylindrical-coordinate representation of color #F25545: hue angle of 5.55º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F25545 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 69 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.05 |
| HSL | 5.55º | 0.87% | 0.61% | - |
| HSV(B) | 5.55º | 0.71% | 0.95% | - |
| XYZ | 40.94 | 25.8 | 8.45 | - |
| YUV | 130.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 69 | 0 | 0.65 | 0.71 | 0.05 | 5.55 | 0.87 | 0.61 |
| Hex | F2 | 55 | 45 | 0 | 41 | 47 | 5 | 6 | 57 | 3D |
| Octal | 362 | 125 | 105 | 0 | 101 | 107 | 5 | 6 | 127 | 75 |
| Binary | 11110010 | 1010101 | 1000101 | 0 | 1000001 | 1000111 | 101 | 110 | 1010111 | 111101 |
Color Harmonies of #F25545
Complementary color
Monochromatic Colors of #F25545
Black with #F25545
Text Example
Text Example
White with #F25545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25545; }
p { color: rgb(242,85,69); }
H1.HeaderClassName
{
color: #F25545;
}
.AnyTagClassName
{
color: #F25545;
}
</style>
background-color css
<style>
a { background-color: #F25545; }
a { background-color: rgb(242,85,69); }
div.DivClassName
{
background-color: #F25545;
}
.BgClassName
{
background-color: #F25545;
}
</style>
border-color css
<style>
span { border-color: #F25545; }
span { border-color: rgb(242,85,69); }
td.TdClassName
{
border-color: #F25545;
}
.TagClassName
{
border-color: #F25545;
}
</style>