Shades of Sun #F88B2D
Tints of Sun #F88B2D
RGB
CMYK
RGB Variations
Color information
#F88B2D (or 0xF88B2D) is known color: Sun. HEX triplet: F8, 8B and 2D. RGB value is (248,139,45). Sum of RGB (Red+Green+Blue) = 248+139+45=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F88B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88B2D is #0774D2. Grayscale: #A1A1A1. Windows color (decimal): -488659 or 2984952. OLE color: 2984952.
HSL color Cylindrical-coordinate representation of color #F88B2D: hue angle of 27.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F88B2D is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 45 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.03 |
| HSL | 27.78º | 0.94% | 0.57% | - |
| HSV(B) | 27.78º | 0.82% | 0.97% | - |
| XYZ | 48.42 | 38.61 | 7.38 | - |
| YUV | 160.88 | 62.61 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 45 | 0 | 0.44 | 0.82 | 0.03 | 27.78 | 0.94 | 0.57 |
| Hex | F8 | 8B | 2D | 0 | 2C | 52 | 3 | 1C | 5E | 39 |
| Octal | 370 | 213 | 55 | 0 | 54 | 122 | 3 | 34 | 136 | 71 |
| Binary | 11111000 | 10001011 | 101101 | 0 | 101100 | 1010010 | 11 | 11100 | 1011110 | 111001 |
Color Harmonies of #F88B2D
Complementary color
Monochromatic Colors of #F88B2D
Black with #F88B2D
Text Example
Text Example
White with #F88B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88B2D; }
p { color: rgb(248,139,45); }
H1.HeaderClassName
{
color: #F88B2D;
}
.AnyTagClassName
{
color: #F88B2D;
}
</style>
background-color css
<style>
a { background-color: #F88B2D; }
a { background-color: rgb(248,139,45); }
div.DivClassName
{
background-color: #F88B2D;
}
.BgClassName
{
background-color: #F88B2D;
}
</style>
border-color css
<style>
span { border-color: #F88B2D; }
span { border-color: rgb(248,139,45); }
td.TdClassName
{
border-color: #F88B2D;
}
.TagClassName
{
border-color: #F88B2D;
}
</style>