Shades of Sunset Orange #FB5343
Tints of Sunset Orange #FB5343
RGB
CMYK
RGB Variations
Color information
#FB5343 (or 0xFB5343) is known color: Sunset Orange. HEX triplet: FB, 53 and 43. RGB value is (251,83,67). Sum of RGB (Red+Green+Blue) = 251+83+67=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5343 is #04ACBC. Grayscale: #838383. Windows color (decimal): -306365 or 4412411. OLE color: 4412411.
HSL color Cylindrical-coordinate representation of color #FB5343: hue angle of 5.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB5343 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 67 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.02 |
| HSL | 5.22º | 0.96% | 0.62% | - |
| HSV(B) | 5.22º | 0.73% | 0.98% | - |
| XYZ | 43.89 | 27.1 | 8.23 | - |
| YUV | 131.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 67 | 0 | 0.67 | 0.73 | 0.02 | 5.22 | 0.96 | 0.62 |
| Hex | FB | 53 | 43 | 0 | 43 | 49 | 2 | 5 | 60 | 3E |
| Octal | 373 | 123 | 103 | 0 | 103 | 111 | 2 | 5 | 140 | 76 |
| Binary | 11111011 | 1010011 | 1000011 | 0 | 1000011 | 1001001 | 10 | 101 | 1100000 | 111110 |
Color Harmonies of #FB5343
Complementary color
Monochromatic Colors of #FB5343
Black with #FB5343
Text Example
Text Example
White with #FB5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5343; }
p { color: rgb(251,83,67); }
H1.HeaderClassName
{
color: #FB5343;
}
.AnyTagClassName
{
color: #FB5343;
}
</style>
background-color css
<style>
a { background-color: #FB5343; }
a { background-color: rgb(251,83,67); }
div.DivClassName
{
background-color: #FB5343;
}
.BgClassName
{
background-color: #FB5343;
}
</style>
border-color css
<style>
span { border-color: #FB5343; }
span { border-color: rgb(251,83,67); }
td.TdClassName
{
border-color: #FB5343;
}
.TagClassName
{
border-color: #FB5343;
}
</style>