Shades of Sun #FA8D34
Tints of Sun #FA8D34
RGB
CMYK
RGB Variations
Color information
#FA8D34 (or 0xFA8D34) is known color: Sun. HEX triplet: FA, 8D and 34. RGB value is (250,141,52). Sum of RGB (Red+Green+Blue) = 250+141+52=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D34 is #0572CB. Grayscale: #A3A3A3. Windows color (decimal): -357068 or 3444218. OLE color: 3444218.
HSL color Cylindrical-coordinate representation of color #FA8D34: hue angle of 26.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA8D34 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 52 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.02 |
| HSL | 26.97º | 0.95% | 0.59% | - |
| HSV(B) | 26.97º | 0.79% | 0.98% | - |
| XYZ | 49.57 | 39.62 | 8.28 | - |
| YUV | 163.45 | 65.11 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 52 | 0 | 0.44 | 0.79 | 0.02 | 26.97 | 0.95 | 0.59 |
| Hex | FA | 8D | 34 | 0 | 2C | 4F | 2 | 1B | 5F | 3B |
| Octal | 372 | 215 | 64 | 0 | 54 | 117 | 2 | 33 | 137 | 73 |
| Binary | 11111010 | 10001101 | 110100 | 0 | 101100 | 1001111 | 10 | 11011 | 1011111 | 111011 |
Color Harmonies of #FA8D34
Complementary color
Monochromatic Colors of #FA8D34
Black with #FA8D34
Text Example
Text Example
White with #FA8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D34; }
p { color: rgb(250,141,52); }
H1.HeaderClassName
{
color: #FA8D34;
}
.AnyTagClassName
{
color: #FA8D34;
}
</style>
background-color css
<style>
a { background-color: #FA8D34; }
a { background-color: rgb(250,141,52); }
div.DivClassName
{
background-color: #FA8D34;
}
.BgClassName
{
background-color: #FA8D34;
}
</style>
border-color css
<style>
span { border-color: #FA8D34; }
span { border-color: rgb(250,141,52); }
td.TdClassName
{
border-color: #FA8D34;
}
.TagClassName
{
border-color: #FA8D34;
}
</style>