Shades of Sun #F28430
Tints of Sun #F28430
RGB
CMYK
RGB Variations
Color information
#F28430 (or 0xF28430) is known color: Sun. HEX triplet: F2, 84 and 30. RGB value is (242,132,48). Sum of RGB (Red+Green+Blue) = 242+132+48=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F28430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28430 is #0D7BCF. Grayscale: #9B9B9B. Windows color (decimal): -883664 or 3179762. OLE color: 3179762.
HSL color Cylindrical-coordinate representation of color #F28430: hue angle of 25.98º 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 #F28430 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 48 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.05 |
| HSL | 25.98º | 0.88% | 0.57% | - |
| HSV(B) | 25.98º | 0.8% | 0.95% | - |
| XYZ | 45.4 | 35.59 | 7.27 | - |
| YUV | 155.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 48 | 0 | 0.45 | 0.80 | 0.05 | 25.98 | 0.88 | 0.57 |
| Hex | F2 | 84 | 30 | 0 | 2D | 50 | 5 | 1A | 58 | 39 |
| Octal | 362 | 204 | 60 | 0 | 55 | 120 | 5 | 32 | 130 | 71 |
| Binary | 11110010 | 10000100 | 110000 | 0 | 101101 | 1010000 | 101 | 11010 | 1011000 | 111001 |
Color Harmonies of #F28430
Complementary color
Monochromatic Colors of #F28430
Black with #F28430
Text Example
Text Example
White with #F28430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28430; }
p { color: rgb(242,132,48); }
H1.HeaderClassName
{
color: #F28430;
}
.AnyTagClassName
{
color: #F28430;
}
</style>
background-color css
<style>
a { background-color: #F28430; }
a { background-color: rgb(242,132,48); }
div.DivClassName
{
background-color: #F28430;
}
.BgClassName
{
background-color: #F28430;
}
</style>
border-color css
<style>
span { border-color: #F28430; }
span { border-color: rgb(242,132,48); }
td.TdClassName
{
border-color: #F28430;
}
.TagClassName
{
border-color: #F28430;
}
</style>