Shades of Sun #FD8C42
Tints of Sun #FD8C42
RGB
CMYK
RGB Variations
Color information
#FD8C42 (or 0xFD8C42) is known color: Sun. HEX triplet: FD, 8C and 42. RGB value is (253,140,66). Sum of RGB (Red+Green+Blue) = 253+140+66=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C42 is #0273BD. Grayscale: #A5A5A5. Windows color (decimal): -160702 or 4361469. OLE color: 4361469.
HSL color Cylindrical-coordinate representation of color #FD8C42: hue angle of 23.74º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD8C42 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 66 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.01 |
| HSL | 23.74º | 0.98% | 0.63% | - |
| HSV(B) | 23.74º | 0.74% | 0.99% | - |
| XYZ | 50.87 | 40.03 | 10.2 | - |
| YUV | 165.35 | 71.94 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 66 | 0 | 0.45 | 0.74 | 0.01 | 23.74 | 0.98 | 0.63 |
| Hex | FD | 8C | 42 | 0 | 2D | 4A | 1 | 18 | 62 | 3F |
| Octal | 375 | 214 | 102 | 0 | 55 | 112 | 1 | 30 | 142 | 77 |
| Binary | 11111101 | 10001100 | 1000010 | 0 | 101101 | 1001010 | 1 | 11000 | 1100010 | 111111 |
Color Harmonies of #FD8C42
Complementary color
Monochromatic Colors of #FD8C42
Black with #FD8C42
Text Example
Text Example
White with #FD8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C42; }
p { color: rgb(253,140,66); }
H1.HeaderClassName
{
color: #FD8C42;
}
.AnyTagClassName
{
color: #FD8C42;
}
</style>
background-color css
<style>
a { background-color: #FD8C42; }
a { background-color: rgb(253,140,66); }
div.DivClassName
{
background-color: #FD8C42;
}
.BgClassName
{
background-color: #FD8C42;
}
</style>
border-color css
<style>
span { border-color: #FD8C42; }
span { border-color: rgb(253,140,66); }
td.TdClassName
{
border-color: #FD8C42;
}
.TagClassName
{
border-color: #FD8C42;
}
</style>