Shades of Outrageous Orange #FF622F
Tints of Outrageous Orange #FF622F
RGB
CMYK
RGB Variations
Color information
#FF622F (or 0xFF622F) is known color: Outrageous Orange. HEX triplet: FF, 62 and 2F. RGB value is (255,98,47). Sum of RGB (Red+Green+Blue) = 255+98+47=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF622F is #009DD0. Grayscale: #8B8B8B. Windows color (decimal): -40401 or 3105535. OLE color: 3105535.
HSL color Cylindrical-coordinate representation of color #FF622F: hue angle of 14.71º 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 #FF622F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 47 | - |
| CMYK | 0 | 0.62 | 0.82 | 0 |
| HSL | 14.71º | 1% | 0.59% | - |
| HSV(B) | 14.71º | 0.82% | 1% | - |
| XYZ | 46.12 | 30.2 | 6.09 | - |
| YUV | 139.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 47 | 0 | 0.62 | 0.82 | 0 | 14.71 | 1 | 0.59 |
| Hex | FF | 62 | 2F | 0 | 3E | 52 | 0 | F | 64 | 3B |
| Octal | 377 | 142 | 57 | 0 | 76 | 122 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100010 | 101111 | 0 | 111110 | 1010010 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF622F
Complementary color
Monochromatic Colors of #FF622F
Black with #FF622F
Text Example
Text Example
White with #FF622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF622F; }
p { color: rgb(255,98,47); }
H1.HeaderClassName
{
color: #FF622F;
}
.AnyTagClassName
{
color: #FF622F;
}
</style>
background-color css
<style>
a { background-color: #FF622F; }
a { background-color: rgb(255,98,47); }
div.DivClassName
{
background-color: #FF622F;
}
.BgClassName
{
background-color: #FF622F;
}
</style>
border-color css
<style>
span { border-color: #FF622F; }
span { border-color: rgb(255,98,47); }
td.TdClassName
{
border-color: #FF622F;
}
.TagClassName
{
border-color: #FF622F;
}
</style>