Shades of Outrageous Orange #F8633D
Tints of Outrageous Orange #F8633D
RGB
CMYK
RGB Variations
Color information
#F8633D (or 0xF8633D) is known color: Outrageous Orange. HEX triplet: F8, 63 and 3D. RGB value is (248,99,61). Sum of RGB (Red+Green+Blue) = 248+99+61=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8633D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8633D is #079CC2. Grayscale: #8B8B8B. Windows color (decimal): -498883 or 4023288. OLE color: 4023288.
HSL color Cylindrical-coordinate representation of color #F8633D: hue angle of 12.19º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8633D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 61 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.03 |
| HSL | 12.19º | 0.93% | 0.61% | - |
| HSV(B) | 12.19º | 0.75% | 0.97% | - |
| XYZ | 44.02 | 29.22 | 7.73 | - |
| YUV | 139.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 61 | 0 | 0.60 | 0.75 | 0.03 | 12.19 | 0.93 | 0.61 |
| Hex | F8 | 63 | 3D | 0 | 3C | 4B | 3 | C | 5D | 3D |
| Octal | 370 | 143 | 75 | 0 | 74 | 113 | 3 | 14 | 135 | 75 |
| Binary | 11111000 | 1100011 | 111101 | 0 | 111100 | 1001011 | 11 | 1100 | 1011101 | 111101 |
Color Harmonies of #F8633D
Complementary color
Monochromatic Colors of #F8633D
Black with #F8633D
Text Example
Text Example
White with #F8633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8633D; }
p { color: rgb(248,99,61); }
H1.HeaderClassName
{
color: #F8633D;
}
.AnyTagClassName
{
color: #F8633D;
}
</style>
background-color css
<style>
a { background-color: #F8633D; }
a { background-color: rgb(248,99,61); }
div.DivClassName
{
background-color: #F8633D;
}
.BgClassName
{
background-color: #F8633D;
}
</style>
border-color css
<style>
span { border-color: #F8633D; }
span { border-color: rgb(248,99,61); }
td.TdClassName
{
border-color: #F8633D;
}
.TagClassName
{
border-color: #F8633D;
}
</style>