Shades of Sunset Orange #F3514C
Tints of Sunset Orange #F3514C
RGB
CMYK
RGB Variations
Color information
#F3514C (or 0xF3514C) is known color: Sunset Orange. HEX triplet: F3, 51 and 4C. RGB value is (243,81,76). Sum of RGB (Red+Green+Blue) = 243+81+76=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F3514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3514C is #0CAEB3. Grayscale: #818181. Windows color (decimal): -831156 or 5001715. OLE color: 5001715.
HSL color Cylindrical-coordinate representation of color #F3514C: hue angle of 1.8º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3514C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 76 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.05 |
| HSL | 1.8º | 0.87% | 0.63% | - |
| HSV(B) | 1.8º | 0.69% | 0.95% | - |
| XYZ | 41.21 | 25.46 | 9.58 | - |
| YUV | 128.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 76 | 0 | 0.67 | 0.69 | 0.05 | 1.8 | 0.87 | 0.63 |
| Hex | F3 | 51 | 4C | 0 | 43 | 45 | 5 | 2 | 57 | 3F |
| Octal | 363 | 121 | 114 | 0 | 103 | 105 | 5 | 2 | 127 | 77 |
| Binary | 11110011 | 1010001 | 1001100 | 0 | 1000011 | 1000101 | 101 | 10 | 1010111 | 111111 |
Color Harmonies of #F3514C
Complementary color
Monochromatic Colors of #F3514C
Black with #F3514C
Text Example
Text Example
White with #F3514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3514C; }
p { color: rgb(243,81,76); }
H1.HeaderClassName
{
color: #F3514C;
}
.AnyTagClassName
{
color: #F3514C;
}
</style>
background-color css
<style>
a { background-color: #F3514C; }
a { background-color: rgb(243,81,76); }
div.DivClassName
{
background-color: #F3514C;
}
.BgClassName
{
background-color: #F3514C;
}
</style>
border-color css
<style>
span { border-color: #F3514C; }
span { border-color: rgb(243,81,76); }
td.TdClassName
{
border-color: #F3514C;
}
.TagClassName
{
border-color: #F3514C;
}
</style>