Shades of Outrageous Orange #F35A1D
Tints of Outrageous Orange #F35A1D
RGB
CMYK
RGB Variations
Color information
#F35A1D (or 0xF35A1D) is known color: Outrageous Orange. HEX triplet: F3, 5A and 1D. RGB value is (243,90,29). Sum of RGB (Red+Green+Blue) = 243+90+29=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35A1D is #0CA5E2. Grayscale: #818181. Windows color (decimal): -828899 or 1923827. OLE color: 1923827.
HSL color Cylindrical-coordinate representation of color #F35A1D: hue angle of 17.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F35A1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.05 |
| HSL | 17.1º | 0.9% | 0.53% | - |
| HSV(B) | 17.1º | 0.88% | 0.95% | - |
| XYZ | 40.84 | 26.46 | 4.12 | - |
| YUV | 128.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 29 | 0 | 0.63 | 0.88 | 0.05 | 17.1 | 0.9 | 0.53 |
| Hex | F3 | 5A | 1D | 0 | 3F | 58 | 5 | 11 | 5A | 35 |
| Octal | 363 | 132 | 35 | 0 | 77 | 130 | 5 | 21 | 132 | 65 |
| Binary | 11110011 | 1011010 | 11101 | 0 | 111111 | 1011000 | 101 | 10001 | 1011010 | 110101 |
Color Harmonies of #F35A1D
Complementary color
Monochromatic Colors of #F35A1D
Black with #F35A1D
Text Example
Text Example
White with #F35A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A1D; }
p { color: rgb(243,90,29); }
H1.HeaderClassName
{
color: #F35A1D;
}
.AnyTagClassName
{
color: #F35A1D;
}
</style>
background-color css
<style>
a { background-color: #F35A1D; }
a { background-color: rgb(243,90,29); }
div.DivClassName
{
background-color: #F35A1D;
}
.BgClassName
{
background-color: #F35A1D;
}
</style>
border-color css
<style>
span { border-color: #F35A1D; }
span { border-color: rgb(243,90,29); }
td.TdClassName
{
border-color: #F35A1D;
}
.TagClassName
{
border-color: #F35A1D;
}
</style>