Shades of Sun #F28F3C
Tints of Sun #F28F3C
RGB
CMYK
RGB Variations
Color information
#F28F3C (or 0xF28F3C) is known color: Sun. HEX triplet: F2, 8F and 3C. RGB value is (242,143,60). Sum of RGB (Red+Green+Blue) = 242+143+60=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F3C is #0D70C3. Grayscale: #A3A3A3. Windows color (decimal): -880836 or 3969010. OLE color: 3969010.
HSL color Cylindrical-coordinate representation of color #F28F3C: hue angle of 27.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F28F3C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 60 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.05 |
| HSL | 27.36º | 0.88% | 0.59% | - |
| HSV(B) | 27.36º | 0.75% | 0.95% | - |
| XYZ | 47.26 | 38.85 | 9.28 | - |
| YUV | 163.14 | 69.8 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 60 | 0 | 0.41 | 0.75 | 0.05 | 27.36 | 0.88 | 0.59 |
| Hex | F2 | 8F | 3C | 0 | 29 | 4B | 5 | 1B | 58 | 3B |
| Octal | 362 | 217 | 74 | 0 | 51 | 113 | 5 | 33 | 130 | 73 |
| Binary | 11110010 | 10001111 | 111100 | 0 | 101001 | 1001011 | 101 | 11011 | 1011000 | 111011 |
Color Harmonies of #F28F3C
Complementary color
Monochromatic Colors of #F28F3C
Black with #F28F3C
Text Example
Text Example
White with #F28F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F3C; }
p { color: rgb(242,143,60); }
H1.HeaderClassName
{
color: #F28F3C;
}
.AnyTagClassName
{
color: #F28F3C;
}
</style>
background-color css
<style>
a { background-color: #F28F3C; }
a { background-color: rgb(242,143,60); }
div.DivClassName
{
background-color: #F28F3C;
}
.BgClassName
{
background-color: #F28F3C;
}
</style>
border-color css
<style>
span { border-color: #F28F3C; }
span { border-color: rgb(242,143,60); }
td.TdClassName
{
border-color: #F28F3C;
}
.TagClassName
{
border-color: #F28F3C;
}
</style>