Shades of Sun #F48238
Tints of Sun #F48238
RGB
CMYK
RGB Variations
Color information
#F48238 (or 0xF48238) is known color: Sun. HEX triplet: F4, 82 and 38. RGB value is (244,130,56). Sum of RGB (Red+Green+Blue) = 244+130+56=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F48238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48238 is #0B7DC7. Grayscale: #9C9C9C. Windows color (decimal): -753096 or 3703540. OLE color: 3703540.
HSL color Cylindrical-coordinate representation of color #F48238: hue angle of 23.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F48238 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 56 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.04 |
| HSL | 23.62º | 0.9% | 0.59% | - |
| HSV(B) | 23.62º | 0.77% | 0.96% | - |
| XYZ | 46 | 35.48 | 8.17 | - |
| YUV | 155.65 | 71.77 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 56 | 0 | 0.47 | 0.77 | 0.04 | 23.62 | 0.9 | 0.59 |
| Hex | F4 | 82 | 38 | 0 | 2F | 4D | 4 | 18 | 5A | 3B |
| Octal | 364 | 202 | 70 | 0 | 57 | 115 | 4 | 30 | 132 | 73 |
| Binary | 11110100 | 10000010 | 111000 | 0 | 101111 | 1001101 | 100 | 11000 | 1011010 | 111011 |
Color Harmonies of #F48238
Complementary color
Monochromatic Colors of #F48238
Black with #F48238
Text Example
Text Example
White with #F48238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48238; }
p { color: rgb(244,130,56); }
H1.HeaderClassName
{
color: #F48238;
}
.AnyTagClassName
{
color: #F48238;
}
</style>
background-color css
<style>
a { background-color: #F48238; }
a { background-color: rgb(244,130,56); }
div.DivClassName
{
background-color: #F48238;
}
.BgClassName
{
background-color: #F48238;
}
</style>
border-color css
<style>
span { border-color: #F48238; }
span { border-color: rgb(244,130,56); }
td.TdClassName
{
border-color: #F48238;
}
.TagClassName
{
border-color: #F48238;
}
</style>