Shades of Sun #F28A32
Tints of Sun #F28A32
RGB
CMYK
RGB Variations
Color information
#F28A32 (or 0xF28A32) is known color: Sun. HEX triplet: F2, 8A and 32. RGB value is (242,138,50). Sum of RGB (Red+Green+Blue) = 242+138+50=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A32 is #0D75CD. Grayscale: #9F9F9F. Windows color (decimal): -882126 or 3312370. OLE color: 3312370.
HSL color Cylindrical-coordinate representation of color #F28A32: hue angle of 27.5º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F28A32 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 50 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.05 |
| HSL | 27.5º | 0.88% | 0.57% | - |
| HSV(B) | 27.5º | 0.79% | 0.95% | - |
| XYZ | 46.28 | 37.28 | 7.77 | - |
| YUV | 159.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 50 | 0 | 0.43 | 0.79 | 0.05 | 27.5 | 0.88 | 0.57 |
| Hex | F2 | 8A | 32 | 0 | 2B | 4F | 5 | 1C | 58 | 39 |
| Octal | 362 | 212 | 62 | 0 | 53 | 117 | 5 | 34 | 130 | 71 |
| Binary | 11110010 | 10001010 | 110010 | 0 | 101011 | 1001111 | 101 | 11100 | 1011000 | 111001 |
Color Harmonies of #F28A32
Complementary color
Monochromatic Colors of #F28A32
Black with #F28A32
Text Example
Text Example
White with #F28A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A32; }
p { color: rgb(242,138,50); }
H1.HeaderClassName
{
color: #F28A32;
}
.AnyTagClassName
{
color: #F28A32;
}
</style>
background-color css
<style>
a { background-color: #F28A32; }
a { background-color: rgb(242,138,50); }
div.DivClassName
{
background-color: #F28A32;
}
.BgClassName
{
background-color: #F28A32;
}
</style>
border-color css
<style>
span { border-color: #F28A32; }
span { border-color: rgb(242,138,50); }
td.TdClassName
{
border-color: #F28A32;
}
.TagClassName
{
border-color: #F28A32;
}
</style>