Shades of Outrageous Orange #FF612F
Tints of Outrageous Orange #FF612F
RGB
CMYK
RGB Variations
Color information
#FF612F (or 0xFF612F) is known color: Outrageous Orange. HEX triplet: FF, 61 and 2F. RGB value is (255,97,47). Sum of RGB (Red+Green+Blue) = 255+97+47=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF612F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF612F is #009ED0. Grayscale: #8A8A8A. Windows color (decimal): -40657 or 3105279. OLE color: 3105279.
HSL color Cylindrical-coordinate representation of color #FF612F: hue angle of 14.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF612F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 47 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 14.42º | 1% | 0.59% | - |
| HSV(B) | 14.42º | 0.82% | 1% | - |
| XYZ | 46.03 | 30.01 | 6.06 | - |
| YUV | 138.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 47 | 0 | 0.62 | 0.82 | 0 | 14.42 | 1 | 0.59 |
| Hex | FF | 61 | 2F | 0 | 3E | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 141 | 57 | 0 | 76 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1100001 | 101111 | 0 | 111110 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF612F
Complementary color
Monochromatic Colors of #FF612F
Black with #FF612F
Text Example
Text Example
White with #FF612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF612F; }
p { color: rgb(255,97,47); }
H1.HeaderClassName
{
color: #FF612F;
}
.AnyTagClassName
{
color: #FF612F;
}
</style>
background-color css
<style>
a { background-color: #FF612F; }
a { background-color: rgb(255,97,47); }
div.DivClassName
{
background-color: #FF612F;
}
.BgClassName
{
background-color: #FF612F;
}
</style>
border-color css
<style>
span { border-color: #FF612F; }
span { border-color: rgb(255,97,47); }
td.TdClassName
{
border-color: #FF612F;
}
.TagClassName
{
border-color: #FF612F;
}
</style>