Shades of Orange Red #FD440A
Tints of Orange Red #FD440A
RGB
CMYK
RGB Variations
Color information
#FD440A (or 0xFD440A) is known color: Orange Red. HEX triplet: FD, 44 and 0A. RGB value is (253,68,10). Sum of RGB (Red+Green+Blue) = 253+68+10=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD440A is #02BBF5. Grayscale: #757575. Windows color (decimal): -179190 or 673021. OLE color: 673021.
HSL color Cylindrical-coordinate representation of color #FD440A: hue angle of 14.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD440A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 14.32º | 0.98% | 0.52% | - |
| HSV(B) | 14.32º | 0.96% | 0.99% | - |
| XYZ | 42.63 | 25.04 | 2.87 | - |
| YUV | 116.7 | 67.79 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 10 | 0 | 0.73 | 0.96 | 0.01 | 14.32 | 0.98 | 0.52 |
| Hex | FD | 44 | A | 0 | 49 | 60 | 1 | E | 62 | 34 |
| Octal | 375 | 104 | 12 | 0 | 111 | 140 | 1 | 16 | 142 | 64 |
| Binary | 11111101 | 1000100 | 1010 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FD440A
Complementary color
Monochromatic Colors of #FD440A
Black with #FD440A
Text Example
Text Example
White with #FD440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD440A; }
p { color: rgb(253,68,10); }
H1.HeaderClassName
{
color: #FD440A;
}
.AnyTagClassName
{
color: #FD440A;
}
</style>
background-color css
<style>
a { background-color: #FD440A; }
a { background-color: rgb(253,68,10); }
div.DivClassName
{
background-color: #FD440A;
}
.BgClassName
{
background-color: #FD440A;
}
</style>
border-color css
<style>
span { border-color: #FD440A; }
span { border-color: rgb(253,68,10); }
td.TdClassName
{
border-color: #FD440A;
}
.TagClassName
{
border-color: #FD440A;
}
</style>