Shades of Orange Red #FF4307
Tints of Orange Red #FF4307
RGB
CMYK
RGB Variations
Color information
#FF4307 (or 0xFF4307) is known color: Orange Red. HEX triplet: FF, 43 and 07. RGB value is (255,67,7). Sum of RGB (Red+Green+Blue) = 255+67+7=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4307 is #00BCF8. Grayscale: #747474. Windows color (decimal): -48377 or 476159. OLE color: 476159.
HSL color Cylindrical-coordinate representation of color #FF4307: hue angle of 14.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4307 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0 |
| HSL | 14.52º | 1% | 0.51% | - |
| HSV(B) | 14.52º | 0.97% | 1% | - |
| XYZ | 43.29 | 25.29 | 2.8 | - |
| YUV | 116.37 | 66.28 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 7 | 0 | 0.74 | 0.97 | 0 | 14.52 | 1 | 0.51 |
| Hex | FF | 43 | 7 | 0 | 4A | 61 | 0 | F | 64 | 33 |
| Octal | 377 | 103 | 7 | 0 | 112 | 141 | 0 | 17 | 144 | 63 |
| Binary | 11111111 | 1000011 | 111 | 0 | 1001010 | 1100001 | 0 | 1111 | 1100100 | 110011 |
Color Harmonies of #FF4307
Complementary color
Monochromatic Colors of #FF4307
Black with #FF4307
Text Example
Text Example
White with #FF4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4307; }
p { color: rgb(255,67,7); }
H1.HeaderClassName
{
color: #FF4307;
}
.AnyTagClassName
{
color: #FF4307;
}
</style>
background-color css
<style>
a { background-color: #FF4307; }
a { background-color: rgb(255,67,7); }
div.DivClassName
{
background-color: #FF4307;
}
.BgClassName
{
background-color: #FF4307;
}
</style>
border-color css
<style>
span { border-color: #FF4307; }
span { border-color: rgb(255,67,7); }
td.TdClassName
{
border-color: #FF4307;
}
.TagClassName
{
border-color: #FF4307;
}
</style>