Shades of Outrageous Orange #F34F25
Tints of Outrageous Orange #F34F25
RGB
CMYK
RGB Variations
Color information
#F34F25 (or 0xF34F25) is known color: Outrageous Orange. HEX triplet: F3, 4F and 25. RGB value is (243,79,37). Sum of RGB (Red+Green+Blue) = 243+79+37=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34F25 is #0CB0DA. Grayscale: #7B7B7B. Windows color (decimal): -831707 or 2445299. OLE color: 2445299.
HSL color Cylindrical-coordinate representation of color #F34F25: hue angle of 12.23º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F34F25 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 37 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.05 |
| HSL | 12.23º | 0.9% | 0.55% | - |
| HSV(B) | 12.23º | 0.85% | 0.95% | - |
| XYZ | 40.09 | 24.78 | 4.42 | - |
| YUV | 123.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 37 | 0 | 0.67 | 0.85 | 0.05 | 12.23 | 0.9 | 0.55 |
| Hex | F3 | 4F | 25 | 0 | 43 | 55 | 5 | C | 5A | 37 |
| Octal | 363 | 117 | 45 | 0 | 103 | 125 | 5 | 14 | 132 | 67 |
| Binary | 11110011 | 1001111 | 100101 | 0 | 1000011 | 1010101 | 101 | 1100 | 1011010 | 110111 |
Color Harmonies of #F34F25
Complementary color
Monochromatic Colors of #F34F25
Black with #F34F25
Text Example
Text Example
White with #F34F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F25; }
p { color: rgb(243,79,37); }
H1.HeaderClassName
{
color: #F34F25;
}
.AnyTagClassName
{
color: #F34F25;
}
</style>
background-color css
<style>
a { background-color: #F34F25; }
a { background-color: rgb(243,79,37); }
div.DivClassName
{
background-color: #F34F25;
}
.BgClassName
{
background-color: #F34F25;
}
</style>
border-color css
<style>
span { border-color: #F34F25; }
span { border-color: rgb(243,79,37); }
td.TdClassName
{
border-color: #F34F25;
}
.TagClassName
{
border-color: #F34F25;
}
</style>