Shades of Sun #F1883D
Tints of Sun #F1883D
RGB
CMYK
RGB Variations
Color information
#F1883D (or 0xF1883D) is known color: Sun. HEX triplet: F1, 88 and 3D. RGB value is (241,136,61). Sum of RGB (Red+Green+Blue) = 241+136+61=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1883D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1883D is #0E77C2. Grayscale: #9F9F9F. Windows color (decimal): -948163 or 4032753. OLE color: 4032753.
HSL color Cylindrical-coordinate representation of color #F1883D: hue angle of 25º degrees, saturation: 0.87, 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 #F1883D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 61 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.05 |
| HSL | 25º | 0.87% | 0.59% | - |
| HSV(B) | 25º | 0.75% | 0.95% | - |
| XYZ | 45.92 | 36.65 | 9.07 | - |
| YUV | 158.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 61 | 0 | 0.44 | 0.75 | 0.05 | 25 | 0.87 | 0.59 |
| Hex | F1 | 88 | 3D | 0 | 2C | 4B | 5 | 19 | 57 | 3B |
| Octal | 361 | 210 | 75 | 0 | 54 | 113 | 5 | 31 | 127 | 73 |
| Binary | 11110001 | 10001000 | 111101 | 0 | 101100 | 1001011 | 101 | 11001 | 1010111 | 111011 |
Color Harmonies of #F1883D
Complementary color
Monochromatic Colors of #F1883D
Black with #F1883D
Text Example
Text Example
White with #F1883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1883D; }
p { color: rgb(241,136,61); }
H1.HeaderClassName
{
color: #F1883D;
}
.AnyTagClassName
{
color: #F1883D;
}
</style>
background-color css
<style>
a { background-color: #F1883D; }
a { background-color: rgb(241,136,61); }
div.DivClassName
{
background-color: #F1883D;
}
.BgClassName
{
background-color: #F1883D;
}
</style>
border-color css
<style>
span { border-color: #F1883D; }
span { border-color: rgb(241,136,61); }
td.TdClassName
{
border-color: #F1883D;
}
.TagClassName
{
border-color: #F1883D;
}
</style>