Shades of Sunshade #FD934A
Tints of Sunshade #FD934A
RGB
CMYK
RGB Variations
Color information
#FD934A (or 0xFD934A) is known color: Sunshade. HEX triplet: FD, 93 and 4A. RGB value is (253,147,74). Sum of RGB (Red+Green+Blue) = 253+147+74=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD934A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD934A is #026CB5. Grayscale: #AAAAAA. Windows color (decimal): -158902 or 4887549. OLE color: 4887549.
HSL color Cylindrical-coordinate representation of color #FD934A: hue angle of 24.47º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD934A is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 74 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.01 |
| HSL | 24.47º | 0.98% | 0.64% | - |
| HSV(B) | 24.47º | 0.71% | 0.99% | - |
| XYZ | 52.18 | 42.24 | 11.88 | - |
| YUV | 170.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 74 | 0 | 0.42 | 0.71 | 0.01 | 24.47 | 0.98 | 0.64 |
| Hex | FD | 93 | 4A | 0 | 2A | 47 | 1 | 18 | 62 | 40 |
| Octal | 375 | 223 | 112 | 0 | 52 | 107 | 1 | 30 | 142 | 100 |
| Binary | 11111101 | 10010011 | 1001010 | 0 | 101010 | 1000111 | 1 | 11000 | 1100010 | 1000000 |
Color Harmonies of #FD934A
Complementary color
Monochromatic Colors of #FD934A
Black with #FD934A
Text Example
Text Example
White with #FD934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD934A; }
p { color: rgb(253,147,74); }
H1.HeaderClassName
{
color: #FD934A;
}
.AnyTagClassName
{
color: #FD934A;
}
</style>
background-color css
<style>
a { background-color: #FD934A; }
a { background-color: rgb(253,147,74); }
div.DivClassName
{
background-color: #FD934A;
}
.BgClassName
{
background-color: #FD934A;
}
</style>
border-color css
<style>
span { border-color: #FD934A; }
span { border-color: rgb(253,147,74); }
td.TdClassName
{
border-color: #FD934A;
}
.TagClassName
{
border-color: #FD934A;
}
</style>