Shades of Outrageous Orange #FD642D
Tints of Outrageous Orange #FD642D
RGB
CMYK
RGB Variations
Color information
#FD642D (or 0xFD642D) is known color: Outrageous Orange. HEX triplet: FD, 64 and 2D. RGB value is (253,100,45). Sum of RGB (Red+Green+Blue) = 253+100+45=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD642D is #029BD2. Grayscale: #8B8B8B. Windows color (decimal): -170963 or 2974973. OLE color: 2974973.
HSL color Cylindrical-coordinate representation of color #FD642D: hue angle of 15.87º 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 #FD642D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 45 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.01 |
| HSL | 15.87º | 0.98% | 0.58% | - |
| HSV(B) | 15.87º | 0.82% | 0.99% | - |
| XYZ | 45.54 | 30.19 | 5.91 | - |
| YUV | 139.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 45 | 0 | 0.60 | 0.82 | 0.01 | 15.87 | 0.98 | 0.58 |
| Hex | FD | 64 | 2D | 0 | 3C | 52 | 1 | 10 | 62 | 3A |
| Octal | 375 | 144 | 55 | 0 | 74 | 122 | 1 | 20 | 142 | 72 |
| Binary | 11111101 | 1100100 | 101101 | 0 | 111100 | 1010010 | 1 | 10000 | 1100010 | 111010 |
Color Harmonies of #FD642D
Complementary color
Monochromatic Colors of #FD642D
Black with #FD642D
Text Example
Text Example
White with #FD642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD642D; }
p { color: rgb(253,100,45); }
H1.HeaderClassName
{
color: #FD642D;
}
.AnyTagClassName
{
color: #FD642D;
}
</style>
background-color css
<style>
a { background-color: #FD642D; }
a { background-color: rgb(253,100,45); }
div.DivClassName
{
background-color: #FD642D;
}
.BgClassName
{
background-color: #FD642D;
}
</style>
border-color css
<style>
span { border-color: #FD642D; }
span { border-color: rgb(253,100,45); }
td.TdClassName
{
border-color: #FD642D;
}
.TagClassName
{
border-color: #FD642D;
}
</style>