Shades of Outrageous Orange #F35B3D
Tints of Outrageous Orange #F35B3D
RGB
CMYK
RGB Variations
Color information
#F35B3D (or 0xF35B3D) is known color: Outrageous Orange. HEX triplet: F3, 5B and 3D. RGB value is (243,91,61). Sum of RGB (Red+Green+Blue) = 243+91+61=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F35B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35B3D is #0CA4C2. Grayscale: #858585. Windows color (decimal): -828611 or 4021235. OLE color: 4021235.
HSL color Cylindrical-coordinate representation of color #F35B3D: hue angle of 9.89º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F35B3D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 91 | 61 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.05 |
| HSL | 9.89º | 0.88% | 0.6% | - |
| HSV(B) | 9.89º | 0.75% | 0.95% | - |
| XYZ | 41.55 | 26.87 | 7.41 | - |
| YUV | 133.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 91 | 61 | 0 | 0.63 | 0.75 | 0.05 | 9.89 | 0.88 | 0.6 |
| Hex | F3 | 5B | 3D | 0 | 3F | 4B | 5 | A | 58 | 3C |
| Octal | 363 | 133 | 75 | 0 | 77 | 113 | 5 | 12 | 130 | 74 |
| Binary | 11110011 | 1011011 | 111101 | 0 | 111111 | 1001011 | 101 | 1010 | 1011000 | 111100 |
Color Harmonies of #F35B3D
Complementary color
Monochromatic Colors of #F35B3D
Black with #F35B3D
Text Example
Text Example
White with #F35B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35B3D; }
p { color: rgb(243,91,61); }
H1.HeaderClassName
{
color: #F35B3D;
}
.AnyTagClassName
{
color: #F35B3D;
}
</style>
background-color css
<style>
a { background-color: #F35B3D; }
a { background-color: rgb(243,91,61); }
div.DivClassName
{
background-color: #F35B3D;
}
.BgClassName
{
background-color: #F35B3D;
}
</style>
border-color css
<style>
span { border-color: #F35B3D; }
span { border-color: rgb(243,91,61); }
td.TdClassName
{
border-color: #F35B3D;
}
.TagClassName
{
border-color: #F35B3D;
}
</style>