Shades of Red Orange #FD4229
Tints of Red Orange #FD4229
RGB
CMYK
RGB Variations
Color information
#FD4229 (or 0xFD4229) is known color: Red Orange. HEX triplet: FD, 42 and 29. RGB value is (253,66,41). Sum of RGB (Red+Green+Blue) = 253+66+41=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4229 is #02BDD6. Grayscale: #777777. Windows color (decimal): -179671 or 2704125. OLE color: 2704125.
HSL color Cylindrical-coordinate representation of color #FD4229: hue angle of 7.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD4229 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 41 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.01 |
| HSL | 7.08º | 0.98% | 0.58% | - |
| HSV(B) | 7.08º | 0.84% | 0.99% | - |
| XYZ | 42.86 | 24.94 | 4.65 | - |
| YUV | 119.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 41 | 0 | 0.74 | 0.84 | 0.01 | 7.08 | 0.98 | 0.58 |
| Hex | FD | 42 | 29 | 0 | 4A | 54 | 1 | 7 | 62 | 3A |
| Octal | 375 | 102 | 51 | 0 | 112 | 124 | 1 | 7 | 142 | 72 |
| Binary | 11111101 | 1000010 | 101001 | 0 | 1001010 | 1010100 | 1 | 111 | 1100010 | 111010 |
Color Harmonies of #FD4229
Complementary color
Monochromatic Colors of #FD4229
Black with #FD4229
Text Example
Text Example
White with #FD4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4229; }
p { color: rgb(253,66,41); }
H1.HeaderClassName
{
color: #FD4229;
}
.AnyTagClassName
{
color: #FD4229;
}
</style>
background-color css
<style>
a { background-color: #FD4229; }
a { background-color: rgb(253,66,41); }
div.DivClassName
{
background-color: #FD4229;
}
.BgClassName
{
background-color: #FD4229;
}
</style>
border-color css
<style>
span { border-color: #FD4229; }
span { border-color: rgb(253,66,41); }
td.TdClassName
{
border-color: #FD4229;
}
.TagClassName
{
border-color: #FD4229;
}
</style>