Shades of Sun #F2903C
Tints of Sun #F2903C
RGB
CMYK
RGB Variations
Color information
#F2903C (or 0xF2903C) is known color: Sun. HEX triplet: F2, 90 and 3C. RGB value is (242,144,60). Sum of RGB (Red+Green+Blue) = 242+144+60=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2903C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2903C is #0D6FC3. Grayscale: #A4A4A4. Windows color (decimal): -880580 or 3969266. OLE color: 3969266.
HSL color Cylindrical-coordinate representation of color #F2903C: hue angle of 27.69º 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 #F2903C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 60 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.05 |
| HSL | 27.69º | 0.88% | 0.59% | - |
| HSV(B) | 27.69º | 0.75% | 0.95% | - |
| XYZ | 47.41 | 39.15 | 9.33 | - |
| YUV | 163.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 60 | 0 | 0.40 | 0.75 | 0.05 | 27.69 | 0.88 | 0.59 |
| Hex | F2 | 90 | 3C | 0 | 28 | 4B | 5 | 1C | 58 | 3B |
| Octal | 362 | 220 | 74 | 0 | 50 | 113 | 5 | 34 | 130 | 73 |
| Binary | 11110010 | 10010000 | 111100 | 0 | 101000 | 1001011 | 101 | 11100 | 1011000 | 111011 |
Color Harmonies of #F2903C
Complementary color
Monochromatic Colors of #F2903C
Black with #F2903C
Text Example
Text Example
White with #F2903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2903C; }
p { color: rgb(242,144,60); }
H1.HeaderClassName
{
color: #F2903C;
}
.AnyTagClassName
{
color: #F2903C;
}
</style>
background-color css
<style>
a { background-color: #F2903C; }
a { background-color: rgb(242,144,60); }
div.DivClassName
{
background-color: #F2903C;
}
.BgClassName
{
background-color: #F2903C;
}
</style>
border-color css
<style>
span { border-color: #F2903C; }
span { border-color: rgb(242,144,60); }
td.TdClassName
{
border-color: #F2903C;
}
.TagClassName
{
border-color: #F2903C;
}
</style>