Shades of Outrageous Orange #FB643D
Tints of Outrageous Orange #FB643D
RGB
CMYK
RGB Variations
Color information
#FB643D (or 0xFB643D) is known color: Outrageous Orange. HEX triplet: FB, 64 and 3D. RGB value is (251,100,61). Sum of RGB (Red+Green+Blue) = 251+100+61=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB643D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB643D is #049BC2. Grayscale: #8D8D8D. Windows color (decimal): -302019 or 4023547. OLE color: 4023547.
HSL color Cylindrical-coordinate representation of color #FB643D: hue angle of 12.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB643D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 61 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.02 |
| HSL | 12.32º | 0.96% | 0.61% | - |
| HSV(B) | 12.32º | 0.76% | 0.98% | - |
| XYZ | 45.18 | 29.96 | 7.82 | - |
| YUV | 140.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 61 | 0 | 0.60 | 0.76 | 0.02 | 12.32 | 0.96 | 0.61 |
| Hex | FB | 64 | 3D | 0 | 3C | 4C | 2 | C | 60 | 3D |
| Octal | 373 | 144 | 75 | 0 | 74 | 114 | 2 | 14 | 140 | 75 |
| Binary | 11111011 | 1100100 | 111101 | 0 | 111100 | 1001100 | 10 | 1100 | 1100000 | 111101 |
Color Harmonies of #FB643D
Complementary color
Monochromatic Colors of #FB643D
Black with #FB643D
Text Example
Text Example
White with #FB643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB643D; }
p { color: rgb(251,100,61); }
H1.HeaderClassName
{
color: #FB643D;
}
.AnyTagClassName
{
color: #FB643D;
}
</style>
background-color css
<style>
a { background-color: #FB643D; }
a { background-color: rgb(251,100,61); }
div.DivClassName
{
background-color: #FB643D;
}
.BgClassName
{
background-color: #FB643D;
}
</style>
border-color css
<style>
span { border-color: #FB643D; }
span { border-color: rgb(251,100,61); }
td.TdClassName
{
border-color: #FB643D;
}
.TagClassName
{
border-color: #FB643D;
}
</style>