Shades of Sun #F88C2B
Tints of Sun #F88C2B
RGB
CMYK
RGB Variations
Color information
#F88C2B (or 0xF88C2B) is known color: Sun. HEX triplet: F8, 8C and 2B. RGB value is (248,140,43). Sum of RGB (Red+Green+Blue) = 248+140+43=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88C2B is #0773D4. Grayscale: #A1A1A1. Windows color (decimal): -488405 or 2854136. OLE color: 2854136.
HSL color Cylindrical-coordinate representation of color #F88C2B: hue angle of 28.39º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F88C2B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 43 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.03 |
| HSL | 28.39º | 0.94% | 0.57% | - |
| HSV(B) | 28.39º | 0.83% | 0.97% | - |
| XYZ | 48.53 | 38.89 | 7.23 | - |
| YUV | 161.23 | 61.28 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 43 | 0 | 0.44 | 0.83 | 0.03 | 28.39 | 0.94 | 0.57 |
| Hex | F8 | 8C | 2B | 0 | 2C | 53 | 3 | 1C | 5E | 39 |
| Octal | 370 | 214 | 53 | 0 | 54 | 123 | 3 | 34 | 136 | 71 |
| Binary | 11111000 | 10001100 | 101011 | 0 | 101100 | 1010011 | 11 | 11100 | 1011110 | 111001 |
Color Harmonies of #F88C2B
Complementary color
Monochromatic Colors of #F88C2B
Black with #F88C2B
Text Example
Text Example
White with #F88C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C2B; }
p { color: rgb(248,140,43); }
H1.HeaderClassName
{
color: #F88C2B;
}
.AnyTagClassName
{
color: #F88C2B;
}
</style>
background-color css
<style>
a { background-color: #F88C2B; }
a { background-color: rgb(248,140,43); }
div.DivClassName
{
background-color: #F88C2B;
}
.BgClassName
{
background-color: #F88C2B;
}
</style>
border-color css
<style>
span { border-color: #F88C2B; }
span { border-color: rgb(248,140,43); }
td.TdClassName
{
border-color: #F88C2B;
}
.TagClassName
{
border-color: #F88C2B;
}
</style>