Shades of Outrageous Orange #FF6435
Tints of Outrageous Orange #FF6435
RGB
CMYK
RGB Variations
Color information
#FF6435 (or 0xFF6435) is known color: Outrageous Orange. HEX triplet: FF, 64 and 35. RGB value is (255,100,53). Sum of RGB (Red+Green+Blue) = 255+100+53=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6435 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6435 is #009BCA. Grayscale: #8D8D8D. Windows color (decimal): -39883 or 3499263. OLE color: 3499263.
HSL color Cylindrical-coordinate representation of color #FF6435: hue angle of 13.96º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF6435 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 53 | - |
| CMYK | 0 | 0.61 | 0.79 | 0 |
| HSL | 13.96º | 1% | 0.6% | - |
| HSV(B) | 13.96º | 0.79% | 1% | - |
| XYZ | 46.44 | 30.63 | 6.83 | - |
| YUV | 140.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 53 | 0 | 0.61 | 0.79 | 0 | 13.96 | 1 | 0.6 |
| Hex | FF | 64 | 35 | 0 | 3D | 4F | 0 | E | 64 | 3C |
| Octal | 377 | 144 | 65 | 0 | 75 | 117 | 0 | 16 | 144 | 74 |
| Binary | 11111111 | 1100100 | 110101 | 0 | 111101 | 1001111 | 0 | 1110 | 1100100 | 111100 |
Color Harmonies of #FF6435
Complementary color
Monochromatic Colors of #FF6435
Black with #FF6435
Text Example
Text Example
White with #FF6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6435; }
p { color: rgb(255,100,53); }
H1.HeaderClassName
{
color: #FF6435;
}
.AnyTagClassName
{
color: #FF6435;
}
</style>
background-color css
<style>
a { background-color: #FF6435; }
a { background-color: rgb(255,100,53); }
div.DivClassName
{
background-color: #FF6435;
}
.BgClassName
{
background-color: #FF6435;
}
</style>
border-color css
<style>
span { border-color: #FF6435; }
span { border-color: rgb(255,100,53); }
td.TdClassName
{
border-color: #FF6435;
}
.TagClassName
{
border-color: #FF6435;
}
</style>