Shades of Sun #F18A34
Tints of Sun #F18A34
RGB
CMYK
RGB Variations
Color information
#F18A34 (or 0xF18A34) is known color: Sun. HEX triplet: F1, 8A and 34. RGB value is (241,138,52). Sum of RGB (Red+Green+Blue) = 241+138+52=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A34 is #0E75CB. Grayscale: #9F9F9F. Windows color (decimal): -947660 or 3443441. OLE color: 3443441.
HSL color Cylindrical-coordinate representation of color #F18A34: hue angle of 27.3º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F18A34 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 52 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.05 |
| HSL | 27.3º | 0.87% | 0.57% | - |
| HSV(B) | 27.3º | 0.78% | 0.95% | - |
| XYZ | 45.98 | 37.13 | 7.99 | - |
| YUV | 158.99 | 67.62 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 52 | 0 | 0.43 | 0.78 | 0.05 | 27.3 | 0.87 | 0.57 |
| Hex | F1 | 8A | 34 | 0 | 2B | 4E | 5 | 1B | 57 | 39 |
| Octal | 361 | 212 | 64 | 0 | 53 | 116 | 5 | 33 | 127 | 71 |
| Binary | 11110001 | 10001010 | 110100 | 0 | 101011 | 1001110 | 101 | 11011 | 1010111 | 111001 |
Color Harmonies of #F18A34
Complementary color
Monochromatic Colors of #F18A34
Black with #F18A34
Text Example
Text Example
White with #F18A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A34; }
p { color: rgb(241,138,52); }
H1.HeaderClassName
{
color: #F18A34;
}
.AnyTagClassName
{
color: #F18A34;
}
</style>
background-color css
<style>
a { background-color: #F18A34; }
a { background-color: rgb(241,138,52); }
div.DivClassName
{
background-color: #F18A34;
}
.BgClassName
{
background-color: #F18A34;
}
</style>
border-color css
<style>
span { border-color: #F18A34; }
span { border-color: rgb(241,138,52); }
td.TdClassName
{
border-color: #F18A34;
}
.TagClassName
{
border-color: #F18A34;
}
</style>