Shades of Outrageous Orange #FD622D
Tints of Outrageous Orange #FD622D
RGB
CMYK
RGB Variations
Color information
#FD622D (or 0xFD622D) is known color: Outrageous Orange. HEX triplet: FD, 62 and 2D. RGB value is (253,98,45). Sum of RGB (Red+Green+Blue) = 253+98+45=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD622D is #029DD2. Grayscale: #8A8A8A. Windows color (decimal): -171475 or 2974461. OLE color: 2974461.
HSL color Cylindrical-coordinate representation of color #FD622D: hue angle of 15.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD622D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.01 |
| HSL | 15.29º | 0.98% | 0.58% | - |
| HSV(B) | 15.29º | 0.82% | 0.99% | - |
| XYZ | 45.35 | 29.81 | 5.85 | - |
| YUV | 138.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 45 | 0 | 0.61 | 0.82 | 0.01 | 15.29 | 0.98 | 0.58 |
| Hex | FD | 62 | 2D | 0 | 3D | 52 | 1 | F | 62 | 3A |
| Octal | 375 | 142 | 55 | 0 | 75 | 122 | 1 | 17 | 142 | 72 |
| Binary | 11111101 | 1100010 | 101101 | 0 | 111101 | 1010010 | 1 | 1111 | 1100010 | 111010 |
Color Harmonies of #FD622D
Complementary color
Monochromatic Colors of #FD622D
Black with #FD622D
Text Example
Text Example
White with #FD622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD622D; }
p { color: rgb(253,98,45); }
H1.HeaderClassName
{
color: #FD622D;
}
.AnyTagClassName
{
color: #FD622D;
}
</style>
background-color css
<style>
a { background-color: #FD622D; }
a { background-color: rgb(253,98,45); }
div.DivClassName
{
background-color: #FD622D;
}
.BgClassName
{
background-color: #FD622D;
}
</style>
border-color css
<style>
span { border-color: #FD622D; }
span { border-color: rgb(253,98,45); }
td.TdClassName
{
border-color: #FD622D;
}
.TagClassName
{
border-color: #FD622D;
}
</style>