Shades of Sunshade #FA924B
Tints of Sunshade #FA924B
RGB
CMYK
RGB Variations
Color information
#FA924B (or 0xFA924B) is known color: Sunshade. HEX triplet: FA, 92 and 4B. RGB value is (250,146,75). Sum of RGB (Red+Green+Blue) = 250+146+75=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA924B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA924B is #056DB4. Grayscale: #A9A9A9. Windows color (decimal): -355765 or 4952826. OLE color: 4952826.
HSL color Cylindrical-coordinate representation of color #FA924B: hue angle of 24.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA924B is Cyan = 0, Magento = 0.42, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 75 | - |
| CMYK | 0 | 0.42 | 0.7 | 0.02 |
| HSL | 24.34º | 0.95% | 0.64% | - |
| HSV(B) | 24.34º | 0.7% | 0.98% | - |
| XYZ | 50.97 | 41.39 | 11.96 | - |
| YUV | 169 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 75 | 0 | 0.42 | 0.7 | 0.02 | 24.34 | 0.95 | 0.64 |
| Hex | FA | 92 | 4B | 0 | 2A | 46 | 2 | 18 | 5F | 40 |
| Octal | 372 | 222 | 113 | 0 | 52 | 106 | 2 | 30 | 137 | 100 |
| Binary | 11111010 | 10010010 | 1001011 | 0 | 101010 | 1000110 | 10 | 11000 | 1011111 | 1000000 |
Color Harmonies of #FA924B
Complementary color
Monochromatic Colors of #FA924B
Black with #FA924B
Text Example
Text Example
White with #FA924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA924B; }
p { color: rgb(250,146,75); }
H1.HeaderClassName
{
color: #FA924B;
}
.AnyTagClassName
{
color: #FA924B;
}
</style>
background-color css
<style>
a { background-color: #FA924B; }
a { background-color: rgb(250,146,75); }
div.DivClassName
{
background-color: #FA924B;
}
.BgClassName
{
background-color: #FA924B;
}
</style>
border-color css
<style>
span { border-color: #FA924B; }
span { border-color: rgb(250,146,75); }
td.TdClassName
{
border-color: #FA924B;
}
.TagClassName
{
border-color: #FA924B;
}
</style>