Shades of Outrageous Orange #FF6633
Tints of Outrageous Orange #FF6633
RGB
CMYK
RGB Variations
Color information
#FF6633 (or 0xFF6633) is known color: Outrageous Orange. HEX triplet: FF, 66 and 33. RGB value is (255,102,51). Sum of RGB (Red+Green+Blue) = 255+102+51=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6633 is a web safe color. Inversed color of #FF6633 is #0099CC. Grayscale: #8E8E8E. Windows color (decimal): -39373 or 3368703. OLE color: 3368703.
HSL color Cylindrical-coordinate representation of color #FF6633: hue angle of 15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF6633 is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 102 | 51 | - |
CMYK | 0 | 0.6 | 0.8 | 0 |
HSL | 15º | 1% | 0.6% | - |
HSV(B) | 15º | 0.8% | 1% | - |
XYZ | 46.59 | 31 | 6.66 | - |
YUV | 141.93 | 76.69 | 208.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 102 | 51 | 0 | 0.6 | 0.8 | 0 | 15 | 1 | 0.6 |
Hex | FF | 66 | 33 | 0 | 3C | 50 | 0 | F | 64 | 3C |
Octal | 377 | 146 | 63 | 0 | 74 | 120 | 0 | 17 | 144 | 74 |
Binary | 11111111 | 1100110 | 110011 | 0 | 111100 | 1010000 | 0 | 1111 | 1100100 | 111100 |
Color Harmonies of #FF6633
Complementary color
Monochromatic Colors of #FF6633
Black with #FF6633
Text Example
Text Example
White with #FF6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6633; }
p { color: rgb(255,102,51); }
H1.HeaderClassName
{
color: #FF6633;
}
.AnyTagClassName
{
color: #FF6633;
}
</style>
background-color css
<style>
a { background-color: #FF6633; }
a { background-color: rgb(255,102,51); }
div.DivClassName
{
background-color: #FF6633;
}
.BgClassName
{
background-color: #FF6633;
}
</style>
border-color css
<style>
span { border-color: #FF6633; }
span { border-color: rgb(255,102,51); }
td.TdClassName
{
border-color: #FF6633;
}
.TagClassName
{
border-color: #FF6633;
}
</style>