Shades of Sun #FD832C
Tints of Sun #FD832C
RGB
CMYK
RGB Variations
Color information
#FD832C (or 0xFD832C) is known color: Sun. HEX triplet: FD, 83 and 2C. RGB value is (253,131,44). Sum of RGB (Red+Green+Blue) = 253+131+44=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD832C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD832C is #027CD3. Grayscale: #9E9E9E. Windows color (decimal): -163028 or 2917373. OLE color: 2917373.
HSL color Cylindrical-coordinate representation of color #FD832C: hue angle of 24.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD832C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 44 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.01 |
| HSL | 24.98º | 0.98% | 0.58% | - |
| HSV(B) | 24.98º | 0.83% | 0.99% | - |
| XYZ | 49.08 | 37.3 | 7 | - |
| YUV | 157.56 | 63.92 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 44 | 0 | 0.48 | 0.83 | 0.01 | 24.98 | 0.98 | 0.58 |
| Hex | FD | 83 | 2C | 0 | 30 | 53 | 1 | 19 | 62 | 3A |
| Octal | 375 | 203 | 54 | 0 | 60 | 123 | 1 | 31 | 142 | 72 |
| Binary | 11111101 | 10000011 | 101100 | 0 | 110000 | 1010011 | 1 | 11001 | 1100010 | 111010 |
Color Harmonies of #FD832C
Complementary color
Monochromatic Colors of #FD832C
Black with #FD832C
Text Example
Text Example
White with #FD832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD832C; }
p { color: rgb(253,131,44); }
H1.HeaderClassName
{
color: #FD832C;
}
.AnyTagClassName
{
color: #FD832C;
}
</style>
background-color css
<style>
a { background-color: #FD832C; }
a { background-color: rgb(253,131,44); }
div.DivClassName
{
background-color: #FD832C;
}
.BgClassName
{
background-color: #FD832C;
}
</style>
border-color css
<style>
span { border-color: #FD832C; }
span { border-color: rgb(253,131,44); }
td.TdClassName
{
border-color: #FD832C;
}
.TagClassName
{
border-color: #FD832C;
}
</style>