Shades of Sun #F28F3F
Tints of Sun #F28F3F
RGB
CMYK
RGB Variations
Color information
#F28F3F (or 0xF28F3F) is known color: Sun. HEX triplet: F2, 8F and 3F. RGB value is (242,143,63). Sum of RGB (Red+Green+Blue) = 242+143+63=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F3F is #0D70C0. Grayscale: #A3A3A3. Windows color (decimal): -880833 or 4165618. OLE color: 4165618.
HSL color Cylindrical-coordinate representation of color #F28F3F: hue angle of 26.82º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F28F3F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 63 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.05 |
| HSL | 26.82º | 0.87% | 0.6% | - |
| HSV(B) | 26.82º | 0.74% | 0.95% | - |
| XYZ | 47.34 | 38.88 | 9.71 | - |
| YUV | 163.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 63 | 0 | 0.41 | 0.74 | 0.05 | 26.82 | 0.87 | 0.6 |
| Hex | F2 | 8F | 3F | 0 | 29 | 4A | 5 | 1B | 57 | 3C |
| Octal | 362 | 217 | 77 | 0 | 51 | 112 | 5 | 33 | 127 | 74 |
| Binary | 11110010 | 10001111 | 111111 | 0 | 101001 | 1001010 | 101 | 11011 | 1010111 | 111100 |
Color Harmonies of #F28F3F
Complementary color
Monochromatic Colors of #F28F3F
Black with #F28F3F
Text Example
Text Example
White with #F28F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F3F; }
p { color: rgb(242,143,63); }
H1.HeaderClassName
{
color: #F28F3F;
}
.AnyTagClassName
{
color: #F28F3F;
}
</style>
background-color css
<style>
a { background-color: #F28F3F; }
a { background-color: rgb(242,143,63); }
div.DivClassName
{
background-color: #F28F3F;
}
.BgClassName
{
background-color: #F28F3F;
}
</style>
border-color css
<style>
span { border-color: #F28F3F; }
span { border-color: rgb(242,143,63); }
td.TdClassName
{
border-color: #F28F3F;
}
.TagClassName
{
border-color: #F28F3F;
}
</style>