Shades of Sunshade #FF9242
Tints of Sunshade #FF9242
RGB
CMYK
RGB Variations
Color information
#FF9242 (or 0xFF9242) is known color: Sunshade. HEX triplet: FF, 92 and 42. RGB value is (255,146,66). Sum of RGB (Red+Green+Blue) = 255+146+66=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9242 is #006DBD. Grayscale: #A9A9A9. Windows color (decimal): -28094 or 4363007. OLE color: 4363007.
HSL color Cylindrical-coordinate representation of color #FF9242: hue angle of 25.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF9242 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 66 | - |
| CMYK | 0 | 0.43 | 0.74 | 0 |
| HSL | 25.4º | 1% | 0.63% | - |
| HSV(B) | 25.4º | 0.74% | 1% | - |
| XYZ | 52.5 | 42.21 | 10.53 | - |
| YUV | 169.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 66 | 0 | 0.43 | 0.74 | 0 | 25.4 | 1 | 0.63 |
| Hex | FF | 92 | 42 | 0 | 2B | 4A | 0 | 19 | 64 | 3F |
| Octal | 377 | 222 | 102 | 0 | 53 | 112 | 0 | 31 | 144 | 77 |
| Binary | 11111111 | 10010010 | 1000010 | 0 | 101011 | 1001010 | 0 | 11001 | 1100100 | 111111 |
Color Harmonies of #FF9242
Complementary color
Monochromatic Colors of #FF9242
Black with #FF9242
Text Example
Text Example
White with #FF9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9242; }
p { color: rgb(255,146,66); }
H1.HeaderClassName
{
color: #FF9242;
}
.AnyTagClassName
{
color: #FF9242;
}
</style>
background-color css
<style>
a { background-color: #FF9242; }
a { background-color: rgb(255,146,66); }
div.DivClassName
{
background-color: #FF9242;
}
.BgClassName
{
background-color: #FF9242;
}
</style>
border-color css
<style>
span { border-color: #FF9242; }
span { border-color: rgb(255,146,66); }
td.TdClassName
{
border-color: #FF9242;
}
.TagClassName
{
border-color: #FF9242;
}
</style>