Shades of Outrageous Orange #FF6438
Tints of Outrageous Orange #FF6438
RGB
CMYK
RGB Variations
Color information
#FF6438 (or 0xFF6438) is known color: Outrageous Orange. HEX triplet: FF, 64 and 38. RGB value is (255,100,56). Sum of RGB (Red+Green+Blue) = 255+100+56=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6438 is #009BC7. Grayscale: #8D8D8D. Windows color (decimal): -39880 or 3695871. OLE color: 3695871.
HSL color Cylindrical-coordinate representation of color #FF6438: hue angle of 13.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF6438 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 56 | - |
| CMYK | 0 | 0.61 | 0.78 | 0 |
| HSL | 13.27º | 1% | 0.61% | - |
| HSV(B) | 13.27º | 0.78% | 1% | - |
| XYZ | 46.51 | 30.66 | 7.21 | - |
| YUV | 141.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 56 | 0 | 0.61 | 0.78 | 0 | 13.27 | 1 | 0.61 |
| Hex | FF | 64 | 38 | 0 | 3D | 4E | 0 | D | 64 | 3D |
| Octal | 377 | 144 | 70 | 0 | 75 | 116 | 0 | 15 | 144 | 75 |
| Binary | 11111111 | 1100100 | 111000 | 0 | 111101 | 1001110 | 0 | 1101 | 1100100 | 111101 |
Color Harmonies of #FF6438
Complementary color
Monochromatic Colors of #FF6438
Black with #FF6438
Text Example
Text Example
White with #FF6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6438; }
p { color: rgb(255,100,56); }
H1.HeaderClassName
{
color: #FF6438;
}
.AnyTagClassName
{
color: #FF6438;
}
</style>
background-color css
<style>
a { background-color: #FF6438; }
a { background-color: rgb(255,100,56); }
div.DivClassName
{
background-color: #FF6438;
}
.BgClassName
{
background-color: #FF6438;
}
</style>
border-color css
<style>
span { border-color: #FF6438; }
span { border-color: rgb(255,100,56); }
td.TdClassName
{
border-color: #FF6438;
}
.TagClassName
{
border-color: #FF6438;
}
</style>