Shades of Orange Red #FD440B
Tints of Orange Red #FD440B
RGB
CMYK
RGB Variations
Color information
#FD440B (or 0xFD440B) is known color: Orange Red. HEX triplet: FD, 44 and 0B. RGB value is (253,68,11). Sum of RGB (Red+Green+Blue) = 253+68+11=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD440B is #02BBF4. Grayscale: #757575. Windows color (decimal): -179189 or 738557. OLE color: 738557.
HSL color Cylindrical-coordinate representation of color #FD440B: hue angle of 14.13º 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 #FD440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 14.13º | 0.98% | 0.52% | - |
| HSV(B) | 14.13º | 0.96% | 0.99% | - |
| XYZ | 42.64 | 25.04 | 2.9 | - |
| YUV | 116.82 | 68.29 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 11 | 0 | 0.73 | 0.96 | 0.01 | 14.13 | 0.98 | 0.52 |
| Hex | FD | 44 | B | 0 | 49 | 60 | 1 | E | 62 | 34 |
| Octal | 375 | 104 | 13 | 0 | 111 | 140 | 1 | 16 | 142 | 64 |
| Binary | 11111101 | 1000100 | 1011 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FD440B
Complementary color
Monochromatic Colors of #FD440B
Black with #FD440B
Text Example
Text Example
White with #FD440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD440B; }
p { color: rgb(253,68,11); }
H1.HeaderClassName
{
color: #FD440B;
}
.AnyTagClassName
{
color: #FD440B;
}
</style>
background-color css
<style>
a { background-color: #FD440B; }
a { background-color: rgb(253,68,11); }
div.DivClassName
{
background-color: #FD440B;
}
.BgClassName
{
background-color: #FD440B;
}
</style>
border-color css
<style>
span { border-color: #FD440B; }
span { border-color: rgb(253,68,11); }
td.TdClassName
{
border-color: #FD440B;
}
.TagClassName
{
border-color: #FD440B;
}
</style>