Shades of Outrageous Orange #FF622C
Tints of Outrageous Orange #FF622C
RGB
CMYK
RGB Variations
Color information
#FF622C (or 0xFF622C) is known color: Outrageous Orange. HEX triplet: FF, 62 and 2C. RGB value is (255,98,44). Sum of RGB (Red+Green+Blue) = 255+98+44=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF622C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF622C is #009DD3. Grayscale: #8B8B8B. Windows color (decimal): -40404 or 2908927. OLE color: 2908927.
HSL color Cylindrical-coordinate representation of color #FF622C: hue angle of 15.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF622C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 44 | - |
| CMYK | 0 | 0.62 | 0.83 | 0 |
| HSL | 15.36º | 1% | 0.59% | - |
| HSV(B) | 15.36º | 0.83% | 1% | - |
| XYZ | 46.06 | 30.18 | 5.78 | - |
| YUV | 138.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 44 | 0 | 0.62 | 0.83 | 0 | 15.36 | 1 | 0.59 |
| Hex | FF | 62 | 2C | 0 | 3E | 53 | 0 | F | 64 | 3B |
| Octal | 377 | 142 | 54 | 0 | 76 | 123 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100010 | 101100 | 0 | 111110 | 1010011 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF622C
Complementary color
Monochromatic Colors of #FF622C
Black with #FF622C
Text Example
Text Example
White with #FF622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF622C; }
p { color: rgb(255,98,44); }
H1.HeaderClassName
{
color: #FF622C;
}
.AnyTagClassName
{
color: #FF622C;
}
</style>
background-color css
<style>
a { background-color: #FF622C; }
a { background-color: rgb(255,98,44); }
div.DivClassName
{
background-color: #FF622C;
}
.BgClassName
{
background-color: #FF622C;
}
</style>
border-color css
<style>
span { border-color: #FF622C; }
span { border-color: rgb(255,98,44); }
td.TdClassName
{
border-color: #FF622C;
}
.TagClassName
{
border-color: #FF622C;
}
</style>