Shades of Sun #F2893C
Tints of Sun #F2893C
RGB
CMYK
RGB Variations
Color information
#F2893C (or 0xF2893C) is known color: Sun. HEX triplet: F2, 89 and 3C. RGB value is (242,137,60). Sum of RGB (Red+Green+Blue) = 242+137+60=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2893C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2893C is #0D76C3. Grayscale: #A0A0A0. Windows color (decimal): -882372 or 3967474. OLE color: 3967474.
HSL color Cylindrical-coordinate representation of color #F2893C: hue angle of 25.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2893C is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 60 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.05 |
| HSL | 25.38º | 0.88% | 0.59% | - |
| HSV(B) | 25.38º | 0.75% | 0.95% | - |
| XYZ | 46.38 | 37.09 | 8.99 | - |
| YUV | 159.62 | 71.79 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 60 | 0 | 0.43 | 0.75 | 0.05 | 25.38 | 0.88 | 0.59 |
| Hex | F2 | 89 | 3C | 0 | 2B | 4B | 5 | 19 | 58 | 3B |
| Octal | 362 | 211 | 74 | 0 | 53 | 113 | 5 | 31 | 130 | 73 |
| Binary | 11110010 | 10001001 | 111100 | 0 | 101011 | 1001011 | 101 | 11001 | 1011000 | 111011 |
Color Harmonies of #F2893C
Complementary color
Monochromatic Colors of #F2893C
Black with #F2893C
Text Example
Text Example
White with #F2893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2893C; }
p { color: rgb(242,137,60); }
H1.HeaderClassName
{
color: #F2893C;
}
.AnyTagClassName
{
color: #F2893C;
}
</style>
background-color css
<style>
a { background-color: #F2893C; }
a { background-color: rgb(242,137,60); }
div.DivClassName
{
background-color: #F2893C;
}
.BgClassName
{
background-color: #F2893C;
}
</style>
border-color css
<style>
span { border-color: #F2893C; }
span { border-color: rgb(242,137,60); }
td.TdClassName
{
border-color: #F2893C;
}
.TagClassName
{
border-color: #F2893C;
}
</style>