Shades of Outrageous Orange #FD642F
Tints of Outrageous Orange #FD642F
RGB
CMYK
RGB Variations
Color information
#FD642F (or 0xFD642F) is known color: Outrageous Orange. HEX triplet: FD, 64 and 2F. RGB value is (253,100,47). Sum of RGB (Red+Green+Blue) = 253+100+47=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD642F is #029BD0. Grayscale: #8C8C8C. Windows color (decimal): -170961 or 3106045. OLE color: 3106045.
HSL color Cylindrical-coordinate representation of color #FD642F: hue angle of 15.44º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD642F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 47 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.01 |
| HSL | 15.44º | 0.98% | 0.59% | - |
| HSV(B) | 15.44º | 0.81% | 0.99% | - |
| XYZ | 45.58 | 30.2 | 6.12 | - |
| YUV | 139.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 47 | 0 | 0.60 | 0.81 | 0.01 | 15.44 | 0.98 | 0.59 |
| Hex | FD | 64 | 2F | 0 | 3C | 51 | 1 | F | 62 | 3B |
| Octal | 375 | 144 | 57 | 0 | 74 | 121 | 1 | 17 | 142 | 73 |
| Binary | 11111101 | 1100100 | 101111 | 0 | 111100 | 1010001 | 1 | 1111 | 1100010 | 111011 |
Color Harmonies of #FD642F
Complementary color
Monochromatic Colors of #FD642F
Black with #FD642F
Text Example
Text Example
White with #FD642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD642F; }
p { color: rgb(253,100,47); }
H1.HeaderClassName
{
color: #FD642F;
}
.AnyTagClassName
{
color: #FD642F;
}
</style>
background-color css
<style>
a { background-color: #FD642F; }
a { background-color: rgb(253,100,47); }
div.DivClassName
{
background-color: #FD642F;
}
.BgClassName
{
background-color: #FD642F;
}
</style>
border-color css
<style>
span { border-color: #FD642F; }
span { border-color: rgb(253,100,47); }
td.TdClassName
{
border-color: #FD642F;
}
.TagClassName
{
border-color: #FD642F;
}
</style>