Shades of Outrageous Orange #FD602C
Tints of Outrageous Orange #FD602C
RGB
CMYK
RGB Variations
Color information
#FD602C (or 0xFD602C) is known color: Outrageous Orange. HEX triplet: FD, 60 and 2C. RGB value is (253,96,44). Sum of RGB (Red+Green+Blue) = 253+96+44=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD602C is #029FD3. Grayscale: #898989. Windows color (decimal): -171988 or 2908413. OLE color: 2908413.
HSL color Cylindrical-coordinate representation of color #FD602C: hue angle of 14.93º 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 #FD602C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 44 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.01 |
| HSL | 14.93º | 0.98% | 0.58% | - |
| HSV(B) | 14.93º | 0.83% | 0.99% | - |
| XYZ | 45.15 | 29.43 | 5.68 | - |
| YUV | 137.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 44 | 0 | 0.62 | 0.83 | 0.01 | 14.93 | 0.98 | 0.58 |
| Hex | FD | 60 | 2C | 0 | 3E | 53 | 1 | F | 62 | 3A |
| Octal | 375 | 140 | 54 | 0 | 76 | 123 | 1 | 17 | 142 | 72 |
| Binary | 11111101 | 1100000 | 101100 | 0 | 111110 | 1010011 | 1 | 1111 | 1100010 | 111010 |
Color Harmonies of #FD602C
Complementary color
Monochromatic Colors of #FD602C
Black with #FD602C
Text Example
Text Example
White with #FD602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD602C; }
p { color: rgb(253,96,44); }
H1.HeaderClassName
{
color: #FD602C;
}
.AnyTagClassName
{
color: #FD602C;
}
</style>
background-color css
<style>
a { background-color: #FD602C; }
a { background-color: rgb(253,96,44); }
div.DivClassName
{
background-color: #FD602C;
}
.BgClassName
{
background-color: #FD602C;
}
</style>
border-color css
<style>
span { border-color: #FD602C; }
span { border-color: rgb(253,96,44); }
td.TdClassName
{
border-color: #FD602C;
}
.TagClassName
{
border-color: #FD602C;
}
</style>