Shades of Burnt Orange #FB6F42
Tints of Burnt Orange #FB6F42
RGB
CMYK
RGB Variations
Color information
#FB6F42 (or 0xFB6F42) is known color: Burnt Orange. HEX triplet: FB, 6F and 42. RGB value is (251,111,66). Sum of RGB (Red+Green+Blue) = 251+111+66=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6F42 is #0490BD. Grayscale: #949494. Windows color (decimal): -299198 or 4354043. OLE color: 4354043.
HSL color Cylindrical-coordinate representation of color #FB6F42: hue angle of 14.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB6F42 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 66 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.02 |
| HSL | 14.59º | 0.96% | 0.62% | - |
| HSV(B) | 14.59º | 0.74% | 0.98% | - |
| XYZ | 46.45 | 32.27 | 8.94 | - |
| YUV | 147.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 66 | 0 | 0.56 | 0.74 | 0.02 | 14.59 | 0.96 | 0.62 |
| Hex | FB | 6F | 42 | 0 | 38 | 4A | 2 | F | 60 | 3E |
| Octal | 373 | 157 | 102 | 0 | 70 | 112 | 2 | 17 | 140 | 76 |
| Binary | 11111011 | 1101111 | 1000010 | 0 | 111000 | 1001010 | 10 | 1111 | 1100000 | 111110 |
Color Harmonies of #FB6F42
Complementary color
Monochromatic Colors of #FB6F42
Black with #FB6F42
Text Example
Text Example
White with #FB6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F42; }
p { color: rgb(251,111,66); }
H1.HeaderClassName
{
color: #FB6F42;
}
.AnyTagClassName
{
color: #FB6F42;
}
</style>
background-color css
<style>
a { background-color: #FB6F42; }
a { background-color: rgb(251,111,66); }
div.DivClassName
{
background-color: #FB6F42;
}
.BgClassName
{
background-color: #FB6F42;
}
</style>
border-color css
<style>
span { border-color: #FB6F42; }
span { border-color: rgb(251,111,66); }
td.TdClassName
{
border-color: #FB6F42;
}
.TagClassName
{
border-color: #FB6F42;
}
</style>