Shades of Sun #FB8B42
Tints of Sun #FB8B42
RGB
CMYK
RGB Variations
Color information
#FB8B42 (or 0xFB8B42) is known color: Sun. HEX triplet: FB, 8B and 42. RGB value is (251,139,66). Sum of RGB (Red+Green+Blue) = 251+139+66=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8B42 is #0474BD. Grayscale: #A4A4A4. Windows color (decimal): -292030 or 4361211. OLE color: 4361211.
HSL color Cylindrical-coordinate representation of color #FB8B42: hue angle of 23.68º 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 #FB8B42 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 66 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.02 |
| HSL | 23.68º | 0.96% | 0.62% | - |
| HSV(B) | 23.68º | 0.74% | 0.98% | - |
| XYZ | 50 | 39.37 | 10.12 | - |
| YUV | 164.17 | 72.61 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 66 | 0 | 0.45 | 0.74 | 0.02 | 23.68 | 0.96 | 0.62 |
| Hex | FB | 8B | 42 | 0 | 2D | 4A | 2 | 18 | 60 | 3E |
| Octal | 373 | 213 | 102 | 0 | 55 | 112 | 2 | 30 | 140 | 76 |
| Binary | 11111011 | 10001011 | 1000010 | 0 | 101101 | 1001010 | 10 | 11000 | 1100000 | 111110 |
Color Harmonies of #FB8B42
Complementary color
Monochromatic Colors of #FB8B42
Black with #FB8B42
Text Example
Text Example
White with #FB8B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B42; }
p { color: rgb(251,139,66); }
H1.HeaderClassName
{
color: #FB8B42;
}
.AnyTagClassName
{
color: #FB8B42;
}
</style>
background-color css
<style>
a { background-color: #FB8B42; }
a { background-color: rgb(251,139,66); }
div.DivClassName
{
background-color: #FB8B42;
}
.BgClassName
{
background-color: #FB8B42;
}
</style>
border-color css
<style>
span { border-color: #FB8B42; }
span { border-color: rgb(251,139,66); }
td.TdClassName
{
border-color: #FB8B42;
}
.TagClassName
{
border-color: #FB8B42;
}
</style>