Shades of Sun #F2893E
Tints of Sun #F2893E
RGB
CMYK
RGB Variations
Color information
#F2893E (or 0xF2893E) is known color: Sun. HEX triplet: F2, 89 and 3E. RGB value is (242,137,62). Sum of RGB (Red+Green+Blue) = 242+137+62=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2893E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2893E is #0D76C1. Grayscale: #A0A0A0. Windows color (decimal): -882370 or 4098546. OLE color: 4098546.
HSL color Cylindrical-coordinate representation of color #F2893E: hue angle of 25º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2893E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 62 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.05 |
| HSL | 25º | 0.87% | 0.6% | - |
| HSV(B) | 25º | 0.74% | 0.95% | - |
| XYZ | 46.43 | 37.12 | 9.27 | - |
| YUV | 159.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 62 | 0 | 0.43 | 0.74 | 0.05 | 25 | 0.87 | 0.6 |
| Hex | F2 | 89 | 3E | 0 | 2B | 4A | 5 | 19 | 57 | 3C |
| Octal | 362 | 211 | 76 | 0 | 53 | 112 | 5 | 31 | 127 | 74 |
| Binary | 11110010 | 10001001 | 111110 | 0 | 101011 | 1001010 | 101 | 11001 | 1010111 | 111100 |
Color Harmonies of #F2893E
Complementary color
Monochromatic Colors of #F2893E
Black with #F2893E
Text Example
Text Example
White with #F2893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2893E; }
p { color: rgb(242,137,62); }
H1.HeaderClassName
{
color: #F2893E;
}
.AnyTagClassName
{
color: #F2893E;
}
</style>
background-color css
<style>
a { background-color: #F2893E; }
a { background-color: rgb(242,137,62); }
div.DivClassName
{
background-color: #F2893E;
}
.BgClassName
{
background-color: #F2893E;
}
</style>
border-color css
<style>
span { border-color: #F2893E; }
span { border-color: rgb(242,137,62); }
td.TdClassName
{
border-color: #F2893E;
}
.TagClassName
{
border-color: #F2893E;
}
</style>