Shades of Sun #F2973C
Tints of Sun #F2973C
RGB
CMYK
RGB Variations
Color information
#F2973C (or 0xF2973C) is known color: Sun. HEX triplet: F2, 97 and 3C. RGB value is (242,151,60). Sum of RGB (Red+Green+Blue) = 242+151+60=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2973C is #0D68C3. Grayscale: #A8A8A8. Windows color (decimal): -878788 or 3971058. OLE color: 3971058.
HSL color Cylindrical-coordinate representation of color #F2973C: hue angle of 30º 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 #F2973C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 60 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.05 |
| HSL | 30º | 0.88% | 0.59% | - |
| HSV(B) | 30º | 0.75% | 0.95% | - |
| XYZ | 48.5 | 41.34 | 9.7 | - |
| YUV | 167.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 60 | 0 | 0.38 | 0.75 | 0.05 | 30 | 0.88 | 0.59 |
| Hex | F2 | 97 | 3C | 0 | 26 | 4B | 5 | 1E | 58 | 3B |
| Octal | 362 | 227 | 74 | 0 | 46 | 113 | 5 | 36 | 130 | 73 |
| Binary | 11110010 | 10010111 | 111100 | 0 | 100110 | 1001011 | 101 | 11110 | 1011000 | 111011 |
Color Harmonies of #F2973C
Complementary color
Monochromatic Colors of #F2973C
Black with #F2973C
Text Example
Text Example
White with #F2973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2973C; }
p { color: rgb(242,151,60); }
H1.HeaderClassName
{
color: #F2973C;
}
.AnyTagClassName
{
color: #F2973C;
}
</style>
background-color css
<style>
a { background-color: #F2973C; }
a { background-color: rgb(242,151,60); }
div.DivClassName
{
background-color: #F2973C;
}
.BgClassName
{
background-color: #F2973C;
}
</style>
border-color css
<style>
span { border-color: #F2973C; }
span { border-color: rgb(242,151,60); }
td.TdClassName
{
border-color: #F2973C;
}
.TagClassName
{
border-color: #F2973C;
}
</style>