Shades of Orange Peel #F3A105
Tints of Orange Peel #F3A105
RGB
CMYK
RGB Variations
Color information
#F3A105 (or 0xF3A105) is known color: Orange Peel. HEX triplet: F3, A1 and 05. RGB value is (243,161,5). Sum of RGB (Red+Green+Blue) = 243+161+5=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A105 is #0C5EFA. Grayscale: #A8A8A8. Windows color (decimal): -810747 or 369139. OLE color: 369139.
HSL color Cylindrical-coordinate representation of color #F3A105: hue angle of 39.33º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3A105 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.05 |
| HSL | 39.33º | 0.96% | 0.49% | - |
| HSV(B) | 39.33º | 0.98% | 0.95% | - |
| XYZ | 49.73 | 44.56 | 6.12 | - |
| YUV | 167.73 | 36.17 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 5 | 0 | 0.34 | 0.98 | 0.05 | 39.33 | 0.96 | 0.49 |
| Hex | F3 | A1 | 5 | 0 | 22 | 62 | 5 | 27 | 60 | 31 |
| Octal | 363 | 241 | 5 | 0 | 42 | 142 | 5 | 47 | 140 | 61 |
| Binary | 11110011 | 10100001 | 101 | 0 | 100010 | 1100010 | 101 | 100111 | 1100000 | 110001 |
Color Harmonies of #F3A105
Complementary color
Monochromatic Colors of #F3A105
Black with #F3A105
Text Example
Text Example
White with #F3A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A105; }
p { color: rgb(243,161,5); }
H1.HeaderClassName
{
color: #F3A105;
}
.AnyTagClassName
{
color: #F3A105;
}
</style>
background-color css
<style>
a { background-color: #F3A105; }
a { background-color: rgb(243,161,5); }
div.DivClassName
{
background-color: #F3A105;
}
.BgClassName
{
background-color: #F3A105;
}
</style>
border-color css
<style>
span { border-color: #F3A105; }
span { border-color: rgb(243,161,5); }
td.TdClassName
{
border-color: #F3A105;
}
.TagClassName
{
border-color: #F3A105;
}
</style>