Shades of Outrageous Orange #FF622D
Tints of Outrageous Orange #FF622D
RGB
CMYK
RGB Variations
Color information
#FF622D (or 0xFF622D) is known color: Outrageous Orange. HEX triplet: FF, 62 and 2D. RGB value is (255,98,45). Sum of RGB (Red+Green+Blue) = 255+98+45=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF622D is #009DD2. Grayscale: #8B8B8B. Windows color (decimal): -40403 or 2974463. OLE color: 2974463.
HSL color Cylindrical-coordinate representation of color #FF622D: hue angle of 15.14º 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 #FF622D is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 45 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 15.14º | 1% | 0.59% | - |
| HSV(B) | 15.14º | 0.82% | 1% | - |
| XYZ | 46.08 | 30.18 | 5.88 | - |
| YUV | 138.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 45 | 0 | 0.62 | 0.82 | 0 | 15.14 | 1 | 0.59 |
| Hex | FF | 62 | 2D | 0 | 3E | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 142 | 55 | 0 | 76 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100010 | 101101 | 0 | 111110 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF622D
Complementary color
Monochromatic Colors of #FF622D
Black with #FF622D
Text Example
Text Example
White with #FF622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF622D; }
p { color: rgb(255,98,45); }
H1.HeaderClassName
{
color: #FF622D;
}
.AnyTagClassName
{
color: #FF622D;
}
</style>
background-color css
<style>
a { background-color: #FF622D; }
a { background-color: rgb(255,98,45); }
div.DivClassName
{
background-color: #FF622D;
}
.BgClassName
{
background-color: #FF622D;
}
</style>
border-color css
<style>
span { border-color: #FF622D; }
span { border-color: rgb(255,98,45); }
td.TdClassName
{
border-color: #FF622D;
}
.TagClassName
{
border-color: #FF622D;
}
</style>