Shades of Sun #F18F33
Tints of Sun #F18F33
RGB
CMYK
RGB Variations
Color information
#F18F33 (or 0xF18F33) is known color: Sun. HEX triplet: F1, 8F and 33. RGB value is (241,143,51). Sum of RGB (Red+Green+Blue) = 241+143+51=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F33 is #0E70CC. Grayscale: #A2A2A2. Windows color (decimal): -946381 or 3379185. OLE color: 3379185.
HSL color Cylindrical-coordinate representation of color #F18F33: hue angle of 29.05º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F18F33 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 51 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.05 |
| HSL | 29.05º | 0.87% | 0.57% | - |
| HSV(B) | 29.05º | 0.79% | 0.95% | - |
| XYZ | 46.7 | 38.58 | 8.12 | - |
| YUV | 161.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 51 | 0 | 0.41 | 0.79 | 0.05 | 29.05 | 0.87 | 0.57 |
| Hex | F1 | 8F | 33 | 0 | 29 | 4F | 5 | 1D | 57 | 39 |
| Octal | 361 | 217 | 63 | 0 | 51 | 117 | 5 | 35 | 127 | 71 |
| Binary | 11110001 | 10001111 | 110011 | 0 | 101001 | 1001111 | 101 | 11101 | 1010111 | 111001 |
Color Harmonies of #F18F33
Complementary color
Monochromatic Colors of #F18F33
Black with #F18F33
Text Example
Text Example
White with #F18F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F33; }
p { color: rgb(241,143,51); }
H1.HeaderClassName
{
color: #F18F33;
}
.AnyTagClassName
{
color: #F18F33;
}
</style>
background-color css
<style>
a { background-color: #F18F33; }
a { background-color: rgb(241,143,51); }
div.DivClassName
{
background-color: #F18F33;
}
.BgClassName
{
background-color: #F18F33;
}
</style>
border-color css
<style>
span { border-color: #F18F33; }
span { border-color: rgb(241,143,51); }
td.TdClassName
{
border-color: #F18F33;
}
.TagClassName
{
border-color: #F18F33;
}
</style>