Shades of Sun #FD903F
Tints of Sun #FD903F
RGB
CMYK
RGB Variations
Color information
#FD903F (or 0xFD903F) is known color: Sun. HEX triplet: FD, 90 and 3F. RGB value is (253,144,63). Sum of RGB (Red+Green+Blue) = 253+144+63=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD903F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD903F is #026FC0. Grayscale: #A7A7A7. Windows color (decimal): -159681 or 4165885. OLE color: 4165885.
HSL color Cylindrical-coordinate representation of color #FD903F: hue angle of 25.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD903F is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 63 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.01 |
| HSL | 25.58º | 0.98% | 0.62% | - |
| HSV(B) | 25.58º | 0.75% | 0.99% | - |
| XYZ | 51.38 | 41.19 | 9.94 | - |
| YUV | 167.36 | 69.11 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 63 | 0 | 0.43 | 0.75 | 0.01 | 25.58 | 0.98 | 0.62 |
| Hex | FD | 90 | 3F | 0 | 2B | 4B | 1 | 1A | 62 | 3E |
| Octal | 375 | 220 | 77 | 0 | 53 | 113 | 1 | 32 | 142 | 76 |
| Binary | 11111101 | 10010000 | 111111 | 0 | 101011 | 1001011 | 1 | 11010 | 1100010 | 111110 |
Color Harmonies of #FD903F
Complementary color
Monochromatic Colors of #FD903F
Black with #FD903F
Text Example
Text Example
White with #FD903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD903F; }
p { color: rgb(253,144,63); }
H1.HeaderClassName
{
color: #FD903F;
}
.AnyTagClassName
{
color: #FD903F;
}
</style>
background-color css
<style>
a { background-color: #FD903F; }
a { background-color: rgb(253,144,63); }
div.DivClassName
{
background-color: #FD903F;
}
.BgClassName
{
background-color: #FD903F;
}
</style>
border-color css
<style>
span { border-color: #FD903F; }
span { border-color: rgb(253,144,63); }
td.TdClassName
{
border-color: #FD903F;
}
.TagClassName
{
border-color: #FD903F;
}
</style>