Shades of Dark Orange #FF7F09
Tints of Dark Orange #FF7F09
RGB
CMYK
RGB Variations
Color information
#FF7F09 (or 0xFF7F09) is known color: Dark Orange. HEX triplet: FF, 7F and 09. RGB value is (255,127,9). Sum of RGB (Red+Green+Blue) = 255+127+9=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F09 is #0080F6. Grayscale: #989898. Windows color (decimal): -33015 or 622591. OLE color: 622591.
HSL color Cylindrical-coordinate representation of color #FF7F09: hue angle of 28.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF7F09 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 9 | - |
| CMYK | 0 | 0.50 | 0.96 | 0 |
| HSL | 28.78º | 1% | 0.52% | - |
| HSV(B) | 28.78º | 0.96% | 1% | - |
| XYZ | 48.88 | 36.46 | 4.72 | - |
| YUV | 151.82 | 47.41 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 9 | 0 | 0.50 | 0.96 | 0 | 28.78 | 1 | 0.52 |
| Hex | FF | 7F | 9 | 0 | 32 | 60 | 0 | 1D | 64 | 34 |
| Octal | 377 | 177 | 11 | 0 | 62 | 140 | 0 | 35 | 144 | 64 |
| Binary | 11111111 | 1111111 | 1001 | 0 | 110010 | 1100000 | 0 | 11101 | 1100100 | 110100 |
Color Harmonies of #FF7F09
Complementary color
Monochromatic Colors of #FF7F09
Black with #FF7F09
Text Example
Text Example
White with #FF7F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F09; }
p { color: rgb(255,127,9); }
H1.HeaderClassName
{
color: #FF7F09;
}
.AnyTagClassName
{
color: #FF7F09;
}
</style>
background-color css
<style>
a { background-color: #FF7F09; }
a { background-color: rgb(255,127,9); }
div.DivClassName
{
background-color: #FF7F09;
}
.BgClassName
{
background-color: #FF7F09;
}
</style>
border-color css
<style>
span { border-color: #FF7F09; }
span { border-color: rgb(255,127,9); }
td.TdClassName
{
border-color: #FF7F09;
}
.TagClassName
{
border-color: #FF7F09;
}
</style>