Shades of Outrageous Orange #FD622A
Tints of Outrageous Orange #FD622A
RGB
CMYK
RGB Variations
Color information
#FD622A (or 0xFD622A) is known color: Outrageous Orange. HEX triplet: FD, 62 and 2A. RGB value is (253,98,42). Sum of RGB (Red+Green+Blue) = 253+98+42=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD622A is #029DD5. Grayscale: #8A8A8A. Windows color (decimal): -171478 or 2777853. OLE color: 2777853.
HSL color Cylindrical-coordinate representation of color #FD622A: hue angle of 15.92º 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 #FD622A is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 42 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 15.92º | 0.98% | 0.58% | - |
| HSV(B) | 15.92º | 0.83% | 0.99% | - |
| XYZ | 45.29 | 29.79 | 5.55 | - |
| YUV | 137.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 42 | 0 | 0.61 | 0.83 | 0.01 | 15.92 | 0.98 | 0.58 |
| Hex | FD | 62 | 2A | 0 | 3D | 53 | 1 | 10 | 62 | 3A |
| Octal | 375 | 142 | 52 | 0 | 75 | 123 | 1 | 20 | 142 | 72 |
| Binary | 11111101 | 1100010 | 101010 | 0 | 111101 | 1010011 | 1 | 10000 | 1100010 | 111010 |
Color Harmonies of #FD622A
Complementary color
Monochromatic Colors of #FD622A
Black with #FD622A
Text Example
Text Example
White with #FD622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD622A; }
p { color: rgb(253,98,42); }
H1.HeaderClassName
{
color: #FD622A;
}
.AnyTagClassName
{
color: #FD622A;
}
</style>
background-color css
<style>
a { background-color: #FD622A; }
a { background-color: rgb(253,98,42); }
div.DivClassName
{
background-color: #FD622A;
}
.BgClassName
{
background-color: #FD622A;
}
</style>
border-color css
<style>
span { border-color: #FD622A; }
span { border-color: rgb(253,98,42); }
td.TdClassName
{
border-color: #FD622A;
}
.TagClassName
{
border-color: #FD622A;
}
</style>