Shades of Sun #F28A2B
Tints of Sun #F28A2B
RGB
CMYK
RGB Variations
Color information
#F28A2B (or 0xF28A2B) is known color: Sun. HEX triplet: F2, 8A and 2B. RGB value is (242,138,43). Sum of RGB (Red+Green+Blue) = 242+138+43=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A2B is #0D75D4. Grayscale: #9E9E9E. Windows color (decimal): -882133 or 2853618. OLE color: 2853618.
HSL color Cylindrical-coordinate representation of color #F28A2B: hue angle of 28.64º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F28A2B is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 43 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.05 |
| HSL | 28.64º | 0.88% | 0.56% | - |
| HSV(B) | 28.64º | 0.82% | 0.95% | - |
| XYZ | 46.14 | 37.23 | 7.04 | - |
| YUV | 158.27 | 62.96 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 43 | 0 | 0.43 | 0.82 | 0.05 | 28.64 | 0.88 | 0.56 |
| Hex | F2 | 8A | 2B | 0 | 2B | 52 | 5 | 1D | 58 | 38 |
| Octal | 362 | 212 | 53 | 0 | 53 | 122 | 5 | 35 | 130 | 70 |
| Binary | 11110010 | 10001010 | 101011 | 0 | 101011 | 1010010 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F28A2B
Complementary color
Monochromatic Colors of #F28A2B
Black with #F28A2B
Text Example
Text Example
White with #F28A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A2B; }
p { color: rgb(242,138,43); }
H1.HeaderClassName
{
color: #F28A2B;
}
.AnyTagClassName
{
color: #F28A2B;
}
</style>
background-color css
<style>
a { background-color: #F28A2B; }
a { background-color: rgb(242,138,43); }
div.DivClassName
{
background-color: #F28A2B;
}
.BgClassName
{
background-color: #F28A2B;
}
</style>
border-color css
<style>
span { border-color: #F28A2B; }
span { border-color: rgb(242,138,43); }
td.TdClassName
{
border-color: #F28A2B;
}
.TagClassName
{
border-color: #F28A2B;
}
</style>