Shades of Outrageous Orange #FD653E
Tints of Outrageous Orange #FD653E
RGB
CMYK
RGB Variations
Color information
#FD653E (or 0xFD653E) is known color: Outrageous Orange. HEX triplet: FD, 65 and 3E. RGB value is (253,101,62). Sum of RGB (Red+Green+Blue) = 253+101+62=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD653E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD653E is #029AC1. Grayscale: #8E8E8E. Windows color (decimal): -170690 or 4089341. OLE color: 4089341.
HSL color Cylindrical-coordinate representation of color #FD653E: hue angle of 12.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD653E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 62 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.01 |
| HSL | 12.25º | 0.98% | 0.62% | - |
| HSV(B) | 12.25º | 0.75% | 0.99% | - |
| XYZ | 46.03 | 30.54 | 8.03 | - |
| YUV | 142 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 62 | 0 | 0.60 | 0.75 | 0.01 | 12.25 | 0.98 | 0.62 |
| Hex | FD | 65 | 3E | 0 | 3C | 4B | 1 | C | 62 | 3E |
| Octal | 375 | 145 | 76 | 0 | 74 | 113 | 1 | 14 | 142 | 76 |
| Binary | 11111101 | 1100101 | 111110 | 0 | 111100 | 1001011 | 1 | 1100 | 1100010 | 111110 |
Color Harmonies of #FD653E
Complementary color
Monochromatic Colors of #FD653E
Black with #FD653E
Text Example
Text Example
White with #FD653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD653E; }
p { color: rgb(253,101,62); }
H1.HeaderClassName
{
color: #FD653E;
}
.AnyTagClassName
{
color: #FD653E;
}
</style>
background-color css
<style>
a { background-color: #FD653E; }
a { background-color: rgb(253,101,62); }
div.DivClassName
{
background-color: #FD653E;
}
.BgClassName
{
background-color: #FD653E;
}
</style>
border-color css
<style>
span { border-color: #FD653E; }
span { border-color: rgb(253,101,62); }
td.TdClassName
{
border-color: #FD653E;
}
.TagClassName
{
border-color: #FD653E;
}
</style>