Shades of Sunset Orange #F34C3F
Tints of Sunset Orange #F34C3F
RGB
CMYK
RGB Variations
Color information
#F34C3F (or 0xF34C3F) is known color: Sunset Orange. HEX triplet: F3, 4C and 3F. RGB value is (243,76,63). Sum of RGB (Red+Green+Blue) = 243+76+63=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34C3F is #0CB3C0. Grayscale: #7C7C7C. Windows color (decimal): -832449 or 4148467. OLE color: 4148467.
HSL color Cylindrical-coordinate representation of color #F34C3F: hue angle of 4.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34C3F is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 63 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.05 |
| HSL | 4.33º | 0.88% | 0.6% | - |
| HSV(B) | 4.33º | 0.74% | 0.95% | - |
| XYZ | 40.44 | 24.58 | 7.32 | - |
| YUV | 124.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 63 | 0 | 0.69 | 0.74 | 0.05 | 4.33 | 0.88 | 0.6 |
| Hex | F3 | 4C | 3F | 0 | 45 | 4A | 5 | 4 | 58 | 3C |
| Octal | 363 | 114 | 77 | 0 | 105 | 112 | 5 | 4 | 130 | 74 |
| Binary | 11110011 | 1001100 | 111111 | 0 | 1000101 | 1001010 | 101 | 100 | 1011000 | 111100 |
Color Harmonies of #F34C3F
Complementary color
Monochromatic Colors of #F34C3F
Black with #F34C3F
Text Example
Text Example
White with #F34C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C3F; }
p { color: rgb(243,76,63); }
H1.HeaderClassName
{
color: #F34C3F;
}
.AnyTagClassName
{
color: #F34C3F;
}
</style>
background-color css
<style>
a { background-color: #F34C3F; }
a { background-color: rgb(243,76,63); }
div.DivClassName
{
background-color: #F34C3F;
}
.BgClassName
{
background-color: #F34C3F;
}
</style>
border-color css
<style>
span { border-color: #F34C3F; }
span { border-color: rgb(243,76,63); }
td.TdClassName
{
border-color: #F34C3F;
}
.TagClassName
{
border-color: #F34C3F;
}
</style>