Shades of Outrageous Orange #FD602D
Tints of Outrageous Orange #FD602D
RGB
CMYK
RGB Variations
Color information
#FD602D (or 0xFD602D) is known color: Outrageous Orange. HEX triplet: FD, 60 and 2D. RGB value is (253,96,45). Sum of RGB (Red+Green+Blue) = 253+96+45=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD602D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD602D is #029FD2. Grayscale: #898989. Windows color (decimal): -171987 or 2973949. OLE color: 2973949.
HSL color Cylindrical-coordinate representation of color #FD602D: hue angle of 14.71º 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 #FD602D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 45 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.01 |
| HSL | 14.71º | 0.98% | 0.58% | - |
| HSV(B) | 14.71º | 0.82% | 0.99% | - |
| XYZ | 45.16 | 29.44 | 5.78 | - |
| YUV | 137.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 45 | 0 | 0.62 | 0.82 | 0.01 | 14.71 | 0.98 | 0.58 |
| Hex | FD | 60 | 2D | 0 | 3E | 52 | 1 | F | 62 | 3A |
| Octal | 375 | 140 | 55 | 0 | 76 | 122 | 1 | 17 | 142 | 72 |
| Binary | 11111101 | 1100000 | 101101 | 0 | 111110 | 1010010 | 1 | 1111 | 1100010 | 111010 |
Color Harmonies of #FD602D
Complementary color
Monochromatic Colors of #FD602D
Black with #FD602D
Text Example
Text Example
White with #FD602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD602D; }
p { color: rgb(253,96,45); }
H1.HeaderClassName
{
color: #FD602D;
}
.AnyTagClassName
{
color: #FD602D;
}
</style>
background-color css
<style>
a { background-color: #FD602D; }
a { background-color: rgb(253,96,45); }
div.DivClassName
{
background-color: #FD602D;
}
.BgClassName
{
background-color: #FD602D;
}
</style>
border-color css
<style>
span { border-color: #FD602D; }
span { border-color: rgb(253,96,45); }
td.TdClassName
{
border-color: #FD602D;
}
.TagClassName
{
border-color: #FD602D;
}
</style>