Shades of Sun #F88C2E
Tints of Sun #F88C2E
RGB
CMYK
RGB Variations
Color information
#F88C2E (or 0xF88C2E) is known color: Sun. HEX triplet: F8, 8C and 2E. RGB value is (248,140,46). Sum of RGB (Red+Green+Blue) = 248+140+46=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88C2E is #0773D1. Grayscale: #A2A2A2. Windows color (decimal): -488402 or 3050744. OLE color: 3050744.
HSL color Cylindrical-coordinate representation of color #F88C2E: hue angle of 27.92º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F88C2E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 46 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.03 |
| HSL | 27.92º | 0.94% | 0.58% | - |
| HSV(B) | 27.92º | 0.81% | 0.97% | - |
| XYZ | 48.58 | 38.91 | 7.53 | - |
| YUV | 161.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 46 | 0 | 0.44 | 0.81 | 0.03 | 27.92 | 0.94 | 0.58 |
| Hex | F8 | 8C | 2E | 0 | 2C | 51 | 3 | 1C | 5E | 3A |
| Octal | 370 | 214 | 56 | 0 | 54 | 121 | 3 | 34 | 136 | 72 |
| Binary | 11111000 | 10001100 | 101110 | 0 | 101100 | 1010001 | 11 | 11100 | 1011110 | 111010 |
Color Harmonies of #F88C2E
Complementary color
Monochromatic Colors of #F88C2E
Black with #F88C2E
Text Example
Text Example
White with #F88C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C2E; }
p { color: rgb(248,140,46); }
H1.HeaderClassName
{
color: #F88C2E;
}
.AnyTagClassName
{
color: #F88C2E;
}
</style>
background-color css
<style>
a { background-color: #F88C2E; }
a { background-color: rgb(248,140,46); }
div.DivClassName
{
background-color: #F88C2E;
}
.BgClassName
{
background-color: #F88C2E;
}
</style>
border-color css
<style>
span { border-color: #F88C2E; }
span { border-color: rgb(248,140,46); }
td.TdClassName
{
border-color: #F88C2E;
}
.TagClassName
{
border-color: #F88C2E;
}
</style>