Shades of Outrageous Orange #FF6330
Tints of Outrageous Orange #FF6330
RGB
CMYK
RGB Variations
Color information
#FF6330 (or 0xFF6330) is known color: Outrageous Orange. HEX triplet: FF, 63 and 30. RGB value is (255,99,48). Sum of RGB (Red+Green+Blue) = 255+99+48=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6330 is #009CCF. Grayscale: #8C8C8C. Windows color (decimal): -40144 or 3171327. OLE color: 3171327.
HSL color Cylindrical-coordinate representation of color #FF6330: hue angle of 14.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6330 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 48 | - |
| CMYK | 0 | 0.61 | 0.81 | 0 |
| HSL | 14.78º | 1% | 0.59% | - |
| HSV(B) | 14.78º | 0.81% | 1% | - |
| XYZ | 46.24 | 30.4 | 6.23 | - |
| YUV | 139.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 48 | 0 | 0.61 | 0.81 | 0 | 14.78 | 1 | 0.59 |
| Hex | FF | 63 | 30 | 0 | 3D | 51 | 0 | F | 64 | 3B |
| Octal | 377 | 143 | 60 | 0 | 75 | 121 | 0 | 17 | 144 | 73 |
| Binary | 11111111 | 1100011 | 110000 | 0 | 111101 | 1010001 | 0 | 1111 | 1100100 | 111011 |
Color Harmonies of #FF6330
Complementary color
Monochromatic Colors of #FF6330
Black with #FF6330
Text Example
Text Example
White with #FF6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6330; }
p { color: rgb(255,99,48); }
H1.HeaderClassName
{
color: #FF6330;
}
.AnyTagClassName
{
color: #FF6330;
}
</style>
background-color css
<style>
a { background-color: #FF6330; }
a { background-color: rgb(255,99,48); }
div.DivClassName
{
background-color: #FF6330;
}
.BgClassName
{
background-color: #FF6330;
}
</style>
border-color css
<style>
span { border-color: #FF6330; }
span { border-color: rgb(255,99,48); }
td.TdClassName
{
border-color: #FF6330;
}
.TagClassName
{
border-color: #FF6330;
}
</style>