Shades of Sun #F28235
Tints of Sun #F28235
RGB
CMYK
RGB Variations
Color information
#F28235 (or 0xF28235) is known color: Sun. HEX triplet: F2, 82 and 35. RGB value is (242,130,53). Sum of RGB (Red+Green+Blue) = 242+130+53=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F28235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28235 is #0D7DCA. Grayscale: #9B9B9B. Windows color (decimal): -884171 or 3506930. OLE color: 3506930.
HSL color Cylindrical-coordinate representation of color #F28235: hue angle of 24.44º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F28235 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 53 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.05 |
| HSL | 24.44º | 0.88% | 0.58% | - |
| HSV(B) | 24.44º | 0.78% | 0.95% | - |
| XYZ | 45.24 | 35.1 | 7.76 | - |
| YUV | 154.71 | 70.61 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 53 | 0 | 0.46 | 0.78 | 0.05 | 24.44 | 0.88 | 0.58 |
| Hex | F2 | 82 | 35 | 0 | 2E | 4E | 5 | 18 | 58 | 3A |
| Octal | 362 | 202 | 65 | 0 | 56 | 116 | 5 | 30 | 130 | 72 |
| Binary | 11110010 | 10000010 | 110101 | 0 | 101110 | 1001110 | 101 | 11000 | 1011000 | 111010 |
Color Harmonies of #F28235
Complementary color
Monochromatic Colors of #F28235
Black with #F28235
Text Example
Text Example
White with #F28235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28235; }
p { color: rgb(242,130,53); }
H1.HeaderClassName
{
color: #F28235;
}
.AnyTagClassName
{
color: #F28235;
}
</style>
background-color css
<style>
a { background-color: #F28235; }
a { background-color: rgb(242,130,53); }
div.DivClassName
{
background-color: #F28235;
}
.BgClassName
{
background-color: #F28235;
}
</style>
border-color css
<style>
span { border-color: #F28235; }
span { border-color: rgb(242,130,53); }
td.TdClassName
{
border-color: #F28235;
}
.TagClassName
{
border-color: #F28235;
}
</style>