Shades of Sun #F18A36
Tints of Sun #F18A36
RGB
CMYK
RGB Variations
Color information
#F18A36 (or 0xF18A36) is known color: Sun. HEX triplet: F1, 8A and 36. RGB value is (241,138,54). Sum of RGB (Red+Green+Blue) = 241+138+54=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A36 is #0E75C9. Grayscale: #9F9F9F. Windows color (decimal): -947658 or 3574513. OLE color: 3574513.
HSL color Cylindrical-coordinate representation of color #F18A36: hue angle of 26.95º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F18A36 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 54 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.05 |
| HSL | 26.95º | 0.87% | 0.58% | - |
| HSV(B) | 26.95º | 0.78% | 0.95% | - |
| XYZ | 46.03 | 37.14 | 8.23 | - |
| YUV | 159.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 54 | 0 | 0.43 | 0.78 | 0.05 | 26.95 | 0.87 | 0.58 |
| Hex | F1 | 8A | 36 | 0 | 2B | 4E | 5 | 1B | 57 | 3A |
| Octal | 361 | 212 | 66 | 0 | 53 | 116 | 5 | 33 | 127 | 72 |
| Binary | 11110001 | 10001010 | 110110 | 0 | 101011 | 1001110 | 101 | 11011 | 1010111 | 111010 |
Color Harmonies of #F18A36
Complementary color
Monochromatic Colors of #F18A36
Black with #F18A36
Text Example
Text Example
White with #F18A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A36; }
p { color: rgb(241,138,54); }
H1.HeaderClassName
{
color: #F18A36;
}
.AnyTagClassName
{
color: #F18A36;
}
</style>
background-color css
<style>
a { background-color: #F18A36; }
a { background-color: rgb(241,138,54); }
div.DivClassName
{
background-color: #F18A36;
}
.BgClassName
{
background-color: #F18A36;
}
</style>
border-color css
<style>
span { border-color: #F18A36; }
span { border-color: rgb(241,138,54); }
td.TdClassName
{
border-color: #F18A36;
}
.TagClassName
{
border-color: #F18A36;
}
</style>