Shades of Outrageous Orange #FD652D
Tints of Outrageous Orange #FD652D
RGB
CMYK
RGB Variations
Color information
#FD652D (or 0xFD652D) is known color: Outrageous Orange. HEX triplet: FD, 65 and 2D. RGB value is (253,101,45). Sum of RGB (Red+Green+Blue) = 253+101+45=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD652D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD652D is #029AD2. Grayscale: #8C8C8C. Windows color (decimal): -170707 or 2975229. OLE color: 2975229.
HSL color Cylindrical-coordinate representation of color #FD652D: hue angle of 16.15º 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 #FD652D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.01 |
| HSL | 16.15º | 0.98% | 0.58% | - |
| HSV(B) | 16.15º | 0.82% | 0.99% | - |
| XYZ | 45.64 | 30.38 | 5.94 | - |
| YUV | 140.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 45 | 0 | 0.60 | 0.82 | 0.01 | 16.15 | 0.98 | 0.58 |
| Hex | FD | 65 | 2D | 0 | 3C | 52 | 1 | 10 | 62 | 3A |
| Octal | 375 | 145 | 55 | 0 | 74 | 122 | 1 | 20 | 142 | 72 |
| Binary | 11111101 | 1100101 | 101101 | 0 | 111100 | 1010010 | 1 | 10000 | 1100010 | 111010 |
Color Harmonies of #FD652D
Complementary color
Monochromatic Colors of #FD652D
Black with #FD652D
Text Example
Text Example
White with #FD652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD652D; }
p { color: rgb(253,101,45); }
H1.HeaderClassName
{
color: #FD652D;
}
.AnyTagClassName
{
color: #FD652D;
}
</style>
background-color css
<style>
a { background-color: #FD652D; }
a { background-color: rgb(253,101,45); }
div.DivClassName
{
background-color: #FD652D;
}
.BgClassName
{
background-color: #FD652D;
}
</style>
border-color css
<style>
span { border-color: #FD652D; }
span { border-color: rgb(253,101,45); }
td.TdClassName
{
border-color: #FD652D;
}
.TagClassName
{
border-color: #FD652D;
}
</style>