Shades of Sun #F28731
Tints of Sun #F28731
RGB
CMYK
RGB Variations
Color information
#F28731 (or 0xF28731) is known color: Sun. HEX triplet: F2, 87 and 31. RGB value is (242,135,49). Sum of RGB (Red+Green+Blue) = 242+135+49=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28731 is #0D78CE. Grayscale: #9D9D9D. Windows color (decimal): -882895 or 3246066. OLE color: 3246066.
HSL color Cylindrical-coordinate representation of color #F28731: hue angle of 26.74º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F28731 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 49 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.05 |
| HSL | 26.74º | 0.88% | 0.57% | - |
| HSV(B) | 26.74º | 0.8% | 0.95% | - |
| XYZ | 45.84 | 36.43 | 7.52 | - |
| YUV | 157.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 49 | 0 | 0.44 | 0.80 | 0.05 | 26.74 | 0.88 | 0.57 |
| Hex | F2 | 87 | 31 | 0 | 2C | 50 | 5 | 1B | 58 | 39 |
| Octal | 362 | 207 | 61 | 0 | 54 | 120 | 5 | 33 | 130 | 71 |
| Binary | 11110010 | 10000111 | 110001 | 0 | 101100 | 1010000 | 101 | 11011 | 1011000 | 111001 |
Color Harmonies of #F28731
Complementary color
Monochromatic Colors of #F28731
Black with #F28731
Text Example
Text Example
White with #F28731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28731; }
p { color: rgb(242,135,49); }
H1.HeaderClassName
{
color: #F28731;
}
.AnyTagClassName
{
color: #F28731;
}
</style>
background-color css
<style>
a { background-color: #F28731; }
a { background-color: rgb(242,135,49); }
div.DivClassName
{
background-color: #F28731;
}
.BgClassName
{
background-color: #F28731;
}
</style>
border-color css
<style>
span { border-color: #F28731; }
span { border-color: rgb(242,135,49); }
td.TdClassName
{
border-color: #F28731;
}
.TagClassName
{
border-color: #F28731;
}
</style>