Shades of Orange Red #FD380F
Tints of Orange Red #FD380F
RGB
CMYK
RGB Variations
Color information
#FD380F (or 0xFD380F) is known color: Orange Red. HEX triplet: FD, 38 and 0F. RGB value is (253,56,15). Sum of RGB (Red+Green+Blue) = 253+56+15=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD380F is #02C7F0. Grayscale: #6E6E6E. Windows color (decimal): -182257 or 997629. OLE color: 997629.
HSL color Cylindrical-coordinate representation of color #FD380F: hue angle of 10.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD380F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.01 |
| HSL | 10.34º | 0.98% | 0.53% | - |
| HSV(B) | 10.34º | 0.94% | 0.99% | - |
| XYZ | 42.01 | 23.75 | 2.82 | - |
| YUV | 110.23 | 74.27 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 15 | 0 | 0.78 | 0.94 | 0.01 | 10.34 | 0.98 | 0.53 |
| Hex | FD | 38 | F | 0 | 4E | 5E | 1 | A | 62 | 35 |
| Octal | 375 | 70 | 17 | 0 | 116 | 136 | 1 | 12 | 142 | 65 |
| Binary | 11111101 | 111000 | 1111 | 0 | 1001110 | 1011110 | 1 | 1010 | 1100010 | 110101 |
Color Harmonies of #FD380F
Complementary color
Monochromatic Colors of #FD380F
Black with #FD380F
Text Example
Text Example
White with #FD380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD380F; }
p { color: rgb(253,56,15); }
H1.HeaderClassName
{
color: #FD380F;
}
.AnyTagClassName
{
color: #FD380F;
}
</style>
background-color css
<style>
a { background-color: #FD380F; }
a { background-color: rgb(253,56,15); }
div.DivClassName
{
background-color: #FD380F;
}
.BgClassName
{
background-color: #FD380F;
}
</style>
border-color css
<style>
span { border-color: #FD380F; }
span { border-color: rgb(253,56,15); }
td.TdClassName
{
border-color: #FD380F;
}
.TagClassName
{
border-color: #FD380F;
}
</style>