Shades of Outrageous Orange #FD622C
Tints of Outrageous Orange #FD622C
RGB
CMYK
RGB Variations
Color information
#FD622C (or 0xFD622C) is known color: Outrageous Orange. HEX triplet: FD, 62 and 2C. RGB value is (253,98,44). Sum of RGB (Red+Green+Blue) = 253+98+44=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD622C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD622C is #029DD3. Grayscale: #8A8A8A. Windows color (decimal): -171476 or 2908925. OLE color: 2908925.
HSL color Cylindrical-coordinate representation of color #FD622C: hue angle of 15.5º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD622C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 44 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 15.5º | 0.98% | 0.58% | - |
| HSV(B) | 15.5º | 0.83% | 0.99% | - |
| XYZ | 45.33 | 29.8 | 5.75 | - |
| YUV | 138.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 44 | 0 | 0.61 | 0.83 | 0.01 | 15.5 | 0.98 | 0.58 |
| Hex | FD | 62 | 2C | 0 | 3D | 53 | 1 | 10 | 62 | 3A |
| Octal | 375 | 142 | 54 | 0 | 75 | 123 | 1 | 20 | 142 | 72 |
| Binary | 11111101 | 1100010 | 101100 | 0 | 111101 | 1010011 | 1 | 10000 | 1100010 | 111010 |
Color Harmonies of #FD622C
Complementary color
Monochromatic Colors of #FD622C
Black with #FD622C
Text Example
Text Example
White with #FD622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD622C; }
p { color: rgb(253,98,44); }
H1.HeaderClassName
{
color: #FD622C;
}
.AnyTagClassName
{
color: #FD622C;
}
</style>
background-color css
<style>
a { background-color: #FD622C; }
a { background-color: rgb(253,98,44); }
div.DivClassName
{
background-color: #FD622C;
}
.BgClassName
{
background-color: #FD622C;
}
</style>
border-color css
<style>
span { border-color: #FD622C; }
span { border-color: rgb(253,98,44); }
td.TdClassName
{
border-color: #FD622C;
}
.TagClassName
{
border-color: #FD622C;
}
</style>