Shades of Sun #F38F2D
Tints of Sun #F38F2D
RGB
CMYK
RGB Variations
Color information
#F38F2D (or 0xF38F2D) is known color: Sun. HEX triplet: F3, 8F and 2D. RGB value is (243,143,45). Sum of RGB (Red+Green+Blue) = 243+143+45=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38F2D is #0C70D2. Grayscale: #A2A2A2. Windows color (decimal): -815315 or 2985971. OLE color: 2985971.
HSL color Cylindrical-coordinate representation of color #F38F2D: hue angle of 29.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F38F2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.05 |
| HSL | 29.7º | 0.89% | 0.56% | - |
| HSV(B) | 29.7º | 0.81% | 0.95% | - |
| XYZ | 47.26 | 38.89 | 7.5 | - |
| YUV | 161.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 45 | 0 | 0.41 | 0.81 | 0.05 | 29.7 | 0.89 | 0.56 |
| Hex | F3 | 8F | 2D | 0 | 29 | 51 | 5 | 1E | 59 | 38 |
| Octal | 363 | 217 | 55 | 0 | 51 | 121 | 5 | 36 | 131 | 70 |
| Binary | 11110011 | 10001111 | 101101 | 0 | 101001 | 1010001 | 101 | 11110 | 1011001 | 111000 |
Color Harmonies of #F38F2D
Complementary color
Monochromatic Colors of #F38F2D
Black with #F38F2D
Text Example
Text Example
White with #F38F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F2D; }
p { color: rgb(243,143,45); }
H1.HeaderClassName
{
color: #F38F2D;
}
.AnyTagClassName
{
color: #F38F2D;
}
</style>
background-color css
<style>
a { background-color: #F38F2D; }
a { background-color: rgb(243,143,45); }
div.DivClassName
{
background-color: #F38F2D;
}
.BgClassName
{
background-color: #F38F2D;
}
</style>
border-color css
<style>
span { border-color: #F38F2D; }
span { border-color: rgb(243,143,45); }
td.TdClassName
{
border-color: #F38F2D;
}
.TagClassName
{
border-color: #F38F2D;
}
</style>