Shades of Sunshade #FF924D
Tints of Sunshade #FF924D
RGB
CMYK
RGB Variations
Color information
#FF924D (or 0xFF924D) is known color: Sunshade. HEX triplet: FF, 92 and 4D. RGB value is (255,146,77). Sum of RGB (Red+Green+Blue) = 255+146+77=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF924D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF924D is #006DB2. Grayscale: #ABABAB. Windows color (decimal): -28083 or 5083903. OLE color: 5083903.
HSL color Cylindrical-coordinate representation of color #FF924D: hue angle of 23.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF924D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 77 | - |
| CMYK | 0 | 0.43 | 0.70 | 0 |
| HSL | 23.26º | 1% | 0.65% | - |
| HSV(B) | 23.26º | 0.7% | 1% | - |
| XYZ | 52.86 | 42.35 | 12.41 | - |
| YUV | 170.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 77 | 0 | 0.43 | 0.70 | 0 | 23.26 | 1 | 0.65 |
| Hex | FF | 92 | 4D | 0 | 2B | 46 | 0 | 17 | 64 | 41 |
| Octal | 377 | 222 | 115 | 0 | 53 | 106 | 0 | 27 | 144 | 101 |
| Binary | 11111111 | 10010010 | 1001101 | 0 | 101011 | 1000110 | 0 | 10111 | 1100100 | 1000001 |
Color Harmonies of #FF924D
Complementary color
Monochromatic Colors of #FF924D
Black with #FF924D
Text Example
Text Example
White with #FF924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF924D; }
p { color: rgb(255,146,77); }
H1.HeaderClassName
{
color: #FF924D;
}
.AnyTagClassName
{
color: #FF924D;
}
</style>
background-color css
<style>
a { background-color: #FF924D; }
a { background-color: rgb(255,146,77); }
div.DivClassName
{
background-color: #FF924D;
}
.BgClassName
{
background-color: #FF924D;
}
</style>
border-color css
<style>
span { border-color: #FF924D; }
span { border-color: rgb(255,146,77); }
td.TdClassName
{
border-color: #FF924D;
}
.TagClassName
{
border-color: #FF924D;
}
</style>